
body 
{
margin-top: 0px;
margin-left: 0px;
color: black;
background-color: white;
font-family: high tower text; 
font-size: 12px;
}


a {color:white; font-family: high tower text;   text-decoration: none}
a:visited {color:black; text-decoration: none}
a:active {color: #666666; text-decoration: none}
a:hover {color: black; text-decoration: underline}


h1 
{
font-family: high tower text; 
font-size: 24px; 
font-style: normal; 
font-weight: bold;
text-decoration: none;
padding-left: 10px;
}



h2 
{  
font-family: high tower text; 
font-size: 18px;
font-weight: bold;
text-decoration: none;
padding-left: 10px;

}





p  
{
font-family: high tower text; 
font-size: 18px;
font-style: normal; 
font-weight: normal; 
text-decoration: none;
margin-top: 0px;
padding-left: 10px;


}


#logo
{
position: relative;
margin-left: auto;
margin-right: auto;
width: 776px;
height: 75px;
background-color: white;
color: c82536

}




#nav
{
position: relative;
margin-left: auto;
margin-right: auto;
width: 776px;
height: 25px;
background-color: black;
}



#nav ul 
{
padding-top: 5px;
padding-left: 10px;
margin: 0px;
list-style-type: none;
}

#nav li
{
padding-right: 25px;
display: inline;
}


#nav a {color: white; high tower text;  font-size: 18px; font-weight: bold; text-decoration: none}
#nav a:visited {color: c82536; text-decoration: none}
#nav a:active {color: #666666; text-decoration: none}
#nav a:hover {color: #666666; text-decoration: none}

#content
{
position: relative;
margin-left: auto;
margin-right: auto;
font-size:16px;

width: 776px;
height: 490px;
background-color: #c82536;

}





