	body
		{
		background-color: #000000;
		background-image: url('images/pixelBkgd.gif');
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
	   	margin-bottom: 0px;
		}
	
	p {
		font-family: georgia, serif; font-size: 10pt;
		color: #ffffff ; margin-left: 30px; margin-right:35px; margin-top: 0px;
	 	}	

	h3 { font-family: arial; font-style: normal; font-size: 6.5pt; color: #666666 ; margin-left: 28px; margin-right:30px; margin-top: 1px; margin-bottom: 8px  
		}

	body a:hover { color: #006600; text-decoration: none; background-color:#174A17; }
	a:link { color: #006600; text-decoration: none  }
	a:visited { color: #006600; text-decoration: none   }
	a:active { color: #006600; text-decoration: none   } 
	
	.hidden
		{
		position:absolute;
 		left:0px;
 		top:-500px;
 		width:1px;
 		height:1px;
 		overflow:hidden;
 		}