﻿
a						{ color: white; text-decoration: none }
a:link 					{ color: white; text-decoration: none }
a:hover					{ color: red; text-decoration: none }
a:active				{ color: white; text-decoration: none }
a:visited				{ color: white; text-decoration: none }
a:visited:hover			{ color: red; text-decoration: none }


html
{
	height: 100%;
}

body
{
     margin: 0;
     padding: 0;
     height: 100%;
     background-color: #999999;
     text-align: center;
	 font-size: 12pt; 
	 color: white; 
	 font-family: Verdana, Arial, sans-serif;     
}

div.container 
{
     width: 700px;
     height: 90%;
     min-height: 90%;
     margin-left: auto;
     margin-right: auto;
     margin-top: 20px;
     margin-bottom: 20px;
     padding: 10px 0 0 0;
     
     text-align: left;
     position: relative;
     background-color: black;
}

h1
{
	margin: 0 0 0 25;
	font-size: 72pt;
	color: white;
}

h2
{
	margin: -10 0 50 75;
	font-size: 24pt;
	color: silver;
}

p
{
	margin-left: 25px;
}

p.copyright
{
	margin: 0;
	padding: 10px;
	background-color: #999999;
	text-align: center;
	font-size: 8pt; 
	color: #CCCCCC; 
	font-family: Verdana, Arial, sans-serif;
}


li
{
	padding: .25em;
	list-style: square;
}


#navlist 
{
	font-size: 10pt;
	margin: 0 0 0 0;
}

#navlist li 
{
	float: left;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
}
#navlist ul 
{
	margin: 0;
	padding: 0;
}

#navlist a 
{
	padding: 3px 10px 3px 22px;
	text-decoration: none;
}

#navlist a:link, #navlist a:visited 
{
	color: white;
	font-weight: bold;
}

#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited, 
#uberlink a:hover, #uberlink a:active 
{
	color: red;
	font-weight: bold;
}

img.whitebordered {
	border: 2 white solid;
}

.centered {
	margin: 0;
	text-align: center;
}
