



/* Presentation Stylesheet */ 



h4 {

 margin:0;

 padding: 5px 0;

 }

 

p:first-letter {

 font-size: 80%; 

 font-weight: bold;

 color:black;

 }

a:link { color: black; text-decoration: none }



a:active { color: blue; text-decoration: none }



a:visited { color: black; text-decoration: none }



a:hover { color: green; text-decoration: underline }
