body {
	background-image: url(images/background.jpg);
	margin-top: 0px;
	font-family: Verdana;
	font-size: 12px; 
	color: #ffffff;
}
.style2 {
	font-family: Verdana;
	font-size: 12px; 
	color: #000000;
}
a:link{  
	font-family: Verdana;
	font-size: 12px; 
	color: #336699;
	text-decoration: none;
}
a:visited{  
	font-family: Verdana;
	font-size: 12px; 
	color: #336699;
	text-decoration: none;
}
a:hover{
	font-family: Verdana;
	font-size: 12px;
	color: ##6699CC;
	text-decoration: underline;	
}
a:active{  
	font-family: Verdana;
	font-size: 12px; 
	color: #6699CC;
	text-decoration: none;
}