body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ccc;
background-color:#000;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 { font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#ffff00;
}
h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffff00;

}
a:link {
	color: #ccc;
	text-decoration: none;
}

a:visited {
  color: #ccc;
text-decoration: none;  
}

a:hover {
color: #fff;
text-decoration: none;
	
}

a:active {
	color: #000000;
}

#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #ffcc00;
padding-bottom: 2px;
background: transparent;
color: #ccc;
}

#navlist a:hover { color: #ccc; }
