/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
}
body {
	background-color: #000000;
}
a:link {
	color: #CCCCCC;
	text-decoration:none;
}
a:visited {
	color: #CCFF99;
	text-decoration:none;
}
a:hover {
	color: #CCFF00;
	text-decoration:none;
}
a:active {
	color: #99FF00;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Courier New, Courier, monospace;
}
h1 {
	font-size: x-large;
	color: #99FF00;
}
h2 {
	font-size: large;
	color: #99FF33;
}
h3 {
	font-size: medium;
	color: #99FF66;
}
h4 {
	font-size: small;
	color: #99CC00;
}
h5 {
	font-size: x-small;
	color: #99CC33;
}
h6 {
	font-size: xx-small;
	color: #999933;
}
.style1 {font-size: x-small}
.style3 {font-size: x-small; color: #666666; }
.style4 {
	font-size: x-small;
	color: #99FF00;
	font-weight: bold;
}
.style6 {
	font-size: x-large;
	color: #99FF00;
	font-weight: bold;
	text-transform:uppercase;
}
.style12 {
	color: #99CC33;
	font-size: x-small;
	font-weight: bold;
}
.wbt
	{border: solid 2px #999999; padding: 15px;}
#nav {border-bottom:dashed 1px #999999;}