/* CSS Document */

body,td,th {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #000066;
}
body {
	background-color: #9A311E;
}
a:link {
	color: #059A99;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #9A311E;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color:#009999;
	background-color:#CC6600;
	font-weight: bold;
}
a:active {
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #059A99;
}
h2 {
	font-size: 16px;
	color: #CC6B39;
}
h3 {
	font-size: 14px;
	color: #9A311E;
}
h4 {
	font-size: 12px;
	color: #6666FF;
}
h5 {
	font-size: 10px;
	color: #993333;
}
