a:link
{
	text-decoration: underline;
	color: rgb(255,204,0);
}

a:visited
{
	text-decoration: underline;
	color: rgb(255,204,0);
}

.nav a:link
{
    color: #000000;
    font-family:arial;
    text-decoration: underline;
} 
    
.nav a:active
{
    color: #000000;
    text-decoration: underline;
} 
    
.nav a:visited
{
    color: #FFFFFF;
    text-decoration: underline;
} 
     
.nav a:hover
{
     color: #777777;
}

body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
table
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
}
td.nav
{
	color: #000000;
	background-color: #C0C0C0;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC00;
	text-align: center; 
}

.event th
{
	color: #000000;
	background-color: #C0C0C0;
	border: solid thin black;
}

.event td
{
	text-align: center;
}

.subtext
{
	font-size: 8pt;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}

h1
{
	color: rgb(255,204,0);
}

h2
{
	color: rgb(255,255,255); 
}

h3
{
	color: rgb(204,51,0); 
}

h4
{
	color: rgb(255,255,153);
}

h5
{
	color: rgb(255,255,0);
}

h6
{
	color: rgb(255,255,255);
}

.logo
{
	float: none;
}

img
{
	float:right;
}