@charset "utf-8";
/* CSS Document */
html {scrollbar-base-color:#08425A;}
BODY {
	TEXT-DECORATION: none;
	background-color: #08425A;
}
A:hover {
	BACKGROUND-COLOR: #214A63;
	text-decoration: none;
	color: #FF6600;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Lucida Handwriting, Monotype Corsiva;
}
h1 { text-shadow:#333333}
h2 {
	font-size: medium;
	color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FF9900;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #99CC66;
}
a:active {
	text-decoration: underline;
	color: #CC3300;
}

