body {
		background: #999;
		margin:2;
		color: #fff; 
}

blockquote {
		color: #fff;
		font: 11px/1.3 "lucida grande", verdana, lucida, arial, helvetica, sans-serif;
		text-align: justify;
}
a:link {
	color:#fc0;
	font-weight : bold;
	text-decoration : none; 
}

a:visited {
	color:#fc0;
	font-weight : bold; 
	text-decoration : none; 
	
}

a:hover {
   color : #fff;
   font-weight : bold;
   background-color : #f00;  
}
