body
{
  background-color: #330000;
  font-family: Verdana, Arial, sans-serif;
  color: #000000; 
  margin: 30px;
}

h1 
{ 
  color:AntiqueWhite;   
  text-align:center;
  font-family:"Times New Roman", Times, serif;
}

h2 
{ 
  color:AntiqueWhite;   
  text-align:left;
  font-family:"Times New Roman", Times, serif;
  text-decoration:underline;
}

table
{
  background-color:#3D1F00;
  width:80%;
}  

table.pos_fixed
{
align:center;
position:fixed;
top:0px;
left:0px;
width:100%;
height:60px;
padding-top:10px;
padding-bottom:10px;
padding-right:10%;
padding-left:10%; 
border:0% #3D1F00;
margin:0px;
}

table.pos_fixed_side
{
align:left;
position:fixed;
top:60px;
left:0px;
width:10%;
height:100%;
padding-top:10%;
padding-bottom:20%;
padding-right:10px;
padding-left:10px; 
border:0% #3D1F00;
border-top-style:none;
margin:0px;
}

tr
{
  font-family:"Times New Roman", Times, serif;
}

p
{
  font-family:"Times New Roman", Times, serif;
  text-align:justify;
  color:AntiqueWhite;
  padding-right:10px;
  padding-left:10px;
}

a 
{
  text-decoration:none;
}
a:link    {color:AntiqueWhite}     
a:visited {color:NavajoWhite}  
a:hover   {color:NavajoWhite}    
a:active  {color:NavajoWhite} 

