a:hover      {color:blue;
              font-style: italic;
              font-weight:bold;
              font-family: Arial} 


.header
{

     color:white;
     font-size: 16; 
     font-weight:bold;
     font-family: Arial;    
     background-color:#ffffff;

}
  
.header:hover
{

     color:white;
     font-style: italic;
     font-weight:bold;
     font-size: 12;
     font-family: Verdana

}


.body
{
     color:black;
     font-size: 14; 
     font-family: Arial;
     background-color: white;
     
     P {COLOR: black;
         Font-Family: Arial;
         Font-Size: 14}
     LI {Font-Family: Arial; Font-Size: 14}
     UL LI {COLOR: black; Font-Size: 14}
     h2 {color:black;
                   Font-Size: 14;
                   font-family: Arial} 
     h3 {color:#CC6600;
                   Font-Size: 14;
              font-family: Verdana} 

}

.body:hover
{
a            {color:white;
              font-style: italic;
              font-weight:bold;
              font-size: 10;
              font-family: Verdana} 
}

.nav
{

     color:blue;
     font-size: 12; 
     font-weight:bold;
     font-family: times roman;
     background-color: #FFFFFF;
}
  


.footer
{

     color:black;
     font-size: 12; 
     font-weight:bold;
     font-family: Arial;
     background-color: #ffffff;
}

.margin {
	margin-right: 15%;
	margin-left: 15%;
}
