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

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

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
}
h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:link {
	color: #fff;
}

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

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

a:active {
	color: #fff;
}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #000;
color: White;
float: center;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.5em 1em;
background-color: #000;
color: #fff;
text-decoration: none;
float: center;
border-right: 1px solid #fff;
font-size: 14px;

}

#navcontainer ul li a:hover
{
background-color: #666;
color: #fff;
}

