body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fffff;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:100%;
		color:#000000;
	}
	a {
		color:#333300;
	}
	a:hover {
		color:#cc6600;
		background:#transparent;
		text-decoration:none;
	}
	
	h1 	{
		font-size:24px;
		}
		
	h2	{
		font-size:22px;
		color:#ffffcc;
		background:#666600;
		text-align:center;
		border-bottom:5px solid #cccc99;
	
		}
	h3	{
		font-size:	20px;
		color:#660000;
		}
			
	h4 {
		font-size:	18px;
		}

	h5	{
		font-size:	16px;
		text-align: center;
		display:block;
   		margin:0 0 0 1px;
   		padding:3px 10px;
   		text-decoration:none;
   		line-height:1.3em;
		background:#ffff99;
   		color:#000;

   	}

h6	{
		font-size:	22px;
		text-align: center;
		display:block;
   		margin:0 0 0 1px;
   		padding:3px 10px;
   		text-decoration:none;
   		line-height:1.3em;
		background:#003300;
		color:#ffffff
	}
	
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	
	}
	img {
		margin:10px 10px 5px;
		align:center;
		border:1;
		color:#ffffff;
	}
	b	{
		color:#660000;
		}

		
	hr {
		size=1 NOSHADE width="100%">
		}