@charset "utf-8";
/* CSS Document */
body {background-color:#330000; font-family: Verdana, Arial, Helvetica, sans-serif;}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#0000A0;
	size:6;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	color:#C40000;
	size:5;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	color:#008000;
	size:6;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a.page:link {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a.page:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a.page:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a.page:active {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}