/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	color: #330000;
	font-size: 8.5pt;
	font-family: Arial;
	background-color: #330000;
	background-image: url(graphics/background2.jpg);
scrollbar-face-color:#330000;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#FF9900;
scrollbar-shadow-color:#663333;
scrollbar-3dlight-color:#663333;
scrollbar-base-color:#330000;
scrollbar-darkshadow-color:#663333;
scrollbar-highlight-color:#663333;
}

div {
    color: #330000;
	font-size: 8.5pt;
	font-family: Arial;
}

p {
    color: #330000;
	font-size: 8.5pt;
	font-family: Arial;
}

td {
    color: #330000;
	font-size: 8.5pt;
	font-family: Arial;
}

A:link  {text-decoration: none; color:#3399cc;}
A:visited {text-decoration: none; color:#3399cc}
A:hover {
	text-decoration: underline;
	color:#FF6600;
}
