


/* Presentation Stylesheet */ 
h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 100%; 
 font-weight: bold;
 color:red;
 }
 
 A:link{
text-decoration: none;
color: #cc9900;
}
A:active{
text-decoration: none;
color: #ff0000;
}
A:visited{
text-decoration: none;
color: #cc9900;
}
A:hover{
text-decoration: none;
color: #ff0000;
}