body { 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color: #FFFFFF;
	color: #330066;
	font-family: "Verdana, Arial, Helvetica, sans-serif";	
}

a:link {
	color:#330066;
}

a:visited {
	color:#330066;
}

a:hover {
	color:#FF0000;
}

a:active {
	color:#330066;
}