body {  

 background: #FFF url(http://gridinstitute.com/images/grid_institute_watermark_white_large.jpg) center 0 no-repeat;
 background-color: #FFFFFF;  
 color: #000000; 
} 

p {
  font-size: 12pt;
}

a:link, a:visited {	
	text-decoration:	none;
	color:			#3A3A3A;
	background:	 	#EFFDEE;
	}

a:hover {	
	text-decoration:	none;
	color:			#000;
	background:	 	#FBFE9C;
	}

a:active { color: #F00;}
 
 