body
{
	background-image: url(images/main_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000066;
	background-attachment: fixed;
}
a:link {
	color: #770000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #770000;
}
a:hover {
	text-decoration: underline;
	color: #f30000;
}
a:active {
	text-decoration: none;
	color: #770000;
}