body
{
	background: #000000;
	color: #c0c0c0;
	font-family: verdana;
	font-size: 10pt;
	margin: 0px;
}

#header
{
	padding-bottom: 5px;
}

#navlinks ul 
{
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	text-align: center;
	background-color: #404040;
}

#navlinks ul li
{  
    display: inline;
}

#navlinks ul li a
{
	font-family: Tempus Sans ITC;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	padding: .1em 2em;
	color: #c0c0c0;
	background: #404040;
}

#navlinks ul li a:hover
{
	color: #404040;
	background: #c0c0c0;
} 

a:link
{
	color: #c0c0c0;
	font-family: verdana;
	font-size: 10pt;
	text-decoration: underline;
}

a:visited
{
	color: #c0c0c0;
	font-family: verdana;
	font-size: 10pt;
	text-decoration: underline;
}

a:hover
{
	color: #c0c0c0;
	font-family: verdana;
	font-size: 10pt;
	text-decoration: underline;
}

.content
{
	padding-top: 25px;
}

.copyright
{
	font-size: 10pt;
	padding-top: 10px; 
	padding-bottom: 10px;
}