

/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 150%; 
 font-weight: bold;
 color:#333366;
 }
 
a:link { color: #333366; text-decoration: none }
a:active { color: #333366; text-decoration: none }
a:visited { color: #333366; text-decoration: none }
a:hover { color: blue; text-decoration: underline }
