<!-- By Michael Parrish, sect 12; code modified from Class CD-ROM -->

<!--
BODY{
    margin-left: 0.5in; 
    margin-right: 0.5in; 
    margin-top: 0.3in;    
}

TEXT{ line-height: 16pt; }
p.maintitle{
    font-family: arial; 
    font-size: 25pt; 
    font-style: normal; 
    font-weight: bold; 
    color: #000000; 
    text-align: center; 
 } 


p.heading{
    font-family: arial; 
    font-size: 12pt; 
    font-style: normal; 
    font-weight: bold; 
    color: #000000; 
    background-color: #56B98E; 
    text-align: center; 
    margin-bottom: 5px; 
 } 

p.topic{
    font-family: arial; 
    font-size: 12pt; 
    font-style: normal; 
    font-weight: medium; 
    color: #000000; 
    background-color: #D9D9F3; 
    text-align: left; 
    text-indent: 0.5in; 
    margin-top: 0in;    
}

p.nav{
    font-family: arial; 
    font-size: 13pt; 
    font-style: normal; 
    font-weight: bold; 
    color: #000000; 
    background-color: #D9D9F3; 
    text-align: center; 

}

.n {    
    font-family: arial; 
    font-size: 12pt; 
    font-style: normal; 
    font-weight: medium; 
    color: #000000; 
    background-color: #D9D9F3; 
    text-align: left; 
    text-indent: 0.5in; 
    margin-bottom: 0px; 

 }


.navlink:hover{
    color:#ORANGE; 
    background-color:YELLOW; 
}
A{text-decoration: none;} 

//-->
