body 
{ 
	font-family: Arial, Helvetica, sans-serif;
	background-color: black; 
	text: #666666 
}

h1 
{ 
	color: #666666;
	text-align: center 
}

h2 
{ 
	color: #666666;
	text-align: center 
}

h3 
{ 
	color: #666666;
}

h4 
{ 
	color: #666666;
}

table
{
	border-collapse: collapse;
	margin: 5px auto;
	empty-cells: hide;
}

td
{
	border: 3px solid #090909;
	padding: 20px 15px;
	background-color: #171717;
}

a 
{ 
	color: #666666; 
	text-decoration: none;
}

td a 
{ 
	color: #333; 
	text-decoration: none;
}

a:hover 
{ 
	color: white;
	text-decoration: none 
}

.foot 
{ 
	font-size: small; 
	color: lightgrey; 
	text-align: center 
}

#nav
{
    padding: 0;
}

#nav a
{
    color: grey;
    text-decoration: none;
}

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

#nav a#current
{
    color: lightgrey;
    text-decoration: none
}

#nav ul
{
    list-style: none;
    margin-left: 0;
    padding-top: 19;
    padding-bottom: 19;
    padding-left: 0;
}

#nav ul li
{
    padding-top: 14;
}



