body {
    font-family: Verdana, Arial, "Times New Roman",  Helvetica, Serif;
    background-color: #000000;
    color: #ffffff;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    scrollbar-base-color: #000000; 
    scrollbar-arrow-color: #CFBDAF;
    scrollbar-track-color: #FBEEE5;
  
 } 
 
 .main {
 	background-color: #FBEEE5;
 	background-image: url(images/background.jpg);
        background-repeat: repeat-y;	
 	color: #000000;
 	width: 850px;
 	border:7px solid #FBEEE5;
}

.body {
   width: 735px;
   float: center;
   padding: 5px;
   	
}
 
 
 a:link {
    color: #000000;
    text-decoration: none;
    font-weight:bold;
  }
  
  a:active {
    color: #A52A2A;
    text-decoration: none;
     font-weight:bold;
  }
  
  a:visited {
    color: #000000;
    text-decoration: none;
     font-weight:bold;
  }
  
  a:hover {
    color: #000000;
   text-decoration: underline;
    font-weight:bold;
   
 } 
 
.nav {
     background-image: url(images/navbackground.gif);
     background-repeat: repeat-n;	
     color: #CFBDAF;
     font-size: 16px;
     font-variant: small-caps;
     font-weight:bold;
}     

.nav a:link {
    color: white;
    text-decoration: none;
    font-weight:bold;
  }
  
.nav  a:active {
    color: #A52A2A;
    text-decoration: none;
     font-weight:bold;
  }
  
.nav  a:visited {
    color: #ffffff;
    text-decoration: none;
     font-weight:bold;
  }
  
.nav  a:hover {
    color: #CFBDAF;
   text-decoration: underline;
    font-weight:bold;
   
 }      
 
 Table.dashed {
    border-style: dashed;
    border-color: #339900;
    border-width: 5px;
 
 } 
 
 hr {
 color: #000000;
 background-color:#000000;
 height: 4px;
 
 }
 
 .small {
 font-size: x-small;
 
 }
 
h1 {
    font-size:120%; 
    font-variant: small-caps;
}

h2 {
    font-size:110%; 
    font-variant: small-caps;
    text-align: left;
   
}



p {
  text-align: left;
  
}  