/*Student Site Style Sheet */

Body {
       background: white;     
       margin-left: 0.5em;
       margin-right: 0.05em;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 1em;
       color: black;
     }

H1  { font-size: xx-large;
      font-weight: bolder;
       color: #0000FF;
       line-height: 175%;
      }

H2    {
      font-size: x-large;
      font-weight: bolder;
      color: #0000FF;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
       line-height: 150%;
       }
H3   {
      font-size: large;
      font-weight: bold;
      line-height: 125%;
      color: #3300FF;
; margin-left: 1em
     }
p    {  
     font-family: Arial, Helvetica, sans-serif; 
     font-size: small; 
     font-style: normal; 
     font-weight: normal; 
     color: #000000;
     }

B, STRONG  { font-weight: bolder} /*relative to the parent*/

P.FOOTER  {font-size: x-small; 
         font-style: normal; 
         text-align: center; 
         font-weight: 400; 
         color: #666666; 
         background-color: #00CC99; 
         white-space: normal}


A:link    { color: blue}   /*unvisited link*/
A:visited { color: red}  /*visited links*/
A:active  { color: green}  /*active links*/h4 {  

.navigation {  
             font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 14px; 
             font-style: normal; 
             font-weight: bold; 
             color: #3333FF; 
             text-align: center
            }
.bold       { 
           font-weight: bolder;
          font-family: Arial, Helvetica, sans-serif;
          font-style: normal;
           background-color: #00FF66
          }

