 
body { 

 
font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 14px; 

color: #333333; 

background-color: #F9F9F9; 

} 

li { 

list-style-type: disc; 

line-height: 150%; 

  
font-size: 12px; 

} 

p    { margin-left: 5%; 
       font-family: arial,helvetica,sans-serif  }

h2,h3,h4  {color:  #993333;
           font-family: arial,helvetica,sans-serif;
           font-weight: bold; 
           margin-left: 0%;  }

h3,h4,h5  {margin-left: 0%}
 





 

/**************** Pseudo classes ****************/ 

a:link { 

color: #000000; 

text-decoration: none; 


} 

li :link { 

color: #000000; 

text-decoration: none; 


} 

a:visited { 

color: #000000; 

text-decoration: none; 



} 

li a:visited { 

color: #000000; 

text-decoration: none; 

} 

a:hover { 

color:  #0000cc;

text-decoration: underline; 

} 

li a:hover { 

color: #0000cc;

text-decoration: underline; 
} 

a:active { 

color: #000000; 

} 

/************************* ID's *************************/ 

#navigation { 

position: absolute; 

width: 210px; 

height: 600px; 

margin: 0; 

border-right: 1px solid #C6EC8C; 

font-weight: normal; 
 

} 

#centerDoc { 

position: absolute; 

padding: 0 0 20px 0; /*top right bottom left*/ 

margin-top: 50px; 

margin-left: 235px; 

} 


