body 
{
text-align: center;
background-color: black;
}

div.banner
{
width: 800px;
height: 150px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

div.navigation
{
width: 800px;
height: 30px;
margin-left: auto;
margin-right: auto;
text-align: center;
font-family: sans-serif;
font-weight: bold;
font-size: 14pt;
}

div.wrap
{
width: 750px;
height: 1000px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-color: black;
padding: 25px;
}

img
{
padding-right: 20px;
}

h1
{
color: Maroon;
font-family: sans-serif;
font-weight: bold;
}

h2
{
color: Maroon;
font-family: sans-serif;
}

h3
{
color: Maroon;
font-family: sans-serif;
}

p, ul, ol
{
font-family: sans-serif;
color: white;
font-size: 11pt;
}

a:link 
{
color: Maroon;
text-decoration: none;
font-family: sans-serif;
}

a:visited 
{
color: Maroon;
text-decoration: none;
font-family: sans-serif;
}

a:hover 
{
color: Silver;
text-decoration: none;
font-family: sans-serif;
}

a:active 
{
color: Maroon;
text-decoration: none;
font-family: sans-serif;
}

