body {background-image: url(../images/background.gif); 
background-attachment:scroll;}

A{
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
A:hover
{
	color: #FF0000;
	text-decoration: underline;
}
A:active
{
	color: #FF0000;
	text-decoration: underline;
}
A:visited
{
	color: #339900;
	text-decoration: none;
}