
/* CSS Document */


body {
	background-color:#990033;
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000000;
	margin: 0;
}

a:link {
	color: #0000CC;
}

a:visited {
  color: #0000CC;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #0000CC;
}
