﻿a:link
{
	color: #99cc33; 
}

a:visited
{
	color: #99cc33; 
} 
a:active 
{
	color: rgb(142,255,40);
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	background-color: rgb(33, 33, 33);
	color: rgb(255, 255, 255);
}
table
{
	border: thin orange groove;
	border-collapse:collapse;
}

td
{
	border:thin silver inset;
}
table.plain
{
	border:0px;
	border-collapse:collapse;
}
table.plain td
{
	border:0px;
}
.announce
{
	font-family: "Courier New", Courier, monospace;
	color: rgb(255,204,0);
	font-size: 18pt;
	font-weight:bold;
	text-align:center;
}	
.title
{
	font-family: "Courier New", Courier, monospace;
	color: #99cc33; 
	font-size: 32pt;
	font-weight:bold;
	text-align:center;
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Courier New", Courier, monospace;
}
h1
{
	color: rgb(255,204,0);
	font-size: 32pt;
}
h2
{
	color: #99cc33; 
}
h3
{
	color: rgb(0,255,204); 
}
h4
{
	color: rgb(255,204,0);
}
h5
{
	color: rgb(153,255,51);
}
h6
{
	color: rgb(0,255,204);
}

.hidden
{
	display:none;
}
