/* CSS Document */

body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: medium;
	color: #990033;
}
body {
	background-color: #000000;
}
a {
	font-family: Courier New, Courier, monospace;
	font-size: medium;
	color: #FF8000;
}
a:visited {
	color: #CC0033;
}
a:hover {
	color: #990000;
}
a:active {
	color: #FF9966;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Courier New, Courier, monospace;
}
h1 {
	font-size: xx-large;
	color: #990033;
}
h2 {
	font-size: large;
	color: #990033;
}
h3 {
	font-size: medium;
	color: #990033;
}
h4 {
	font-size: medium;
	color: #000000;
}
h5 {
	font-size: medium;
	color: #FF6600;
}
h6 {
	font-size: medium;
	color: #FF0033;
}
.style1 {font-size: small}
.style2 {color: #999999}
.style3 {color: #D4D0C8}
.style4 {
	font-size: 18px;
	color: #999999;
}
-->