A:hover 
{  
	text-decoration: underline; 
	color: #FF0000;
}
A:link 
{  
	text-decoration: none; 
	color: #0024D8;
}
A:visited 
{  
	text-decoration: none; 
	color: #006BD8;
}
BODY
{
	background-attachment: fixed;
	background-image: url(images\bg.jpg);
	color: #3F3D62;
	background-color: #ffffff;
}