


/* Presentation Stylesheet */ 
h4 {
 margin:0; 
 padding: 5px 0;
 }

a {
text-decoration:none;
}

A:hover {background:#4E6985; 
     color:white; font-style: italic; font-weight: bold
     }
A:visited {color:#24549C}
A:active {color:3B1361}
A:link {color:#blue}

 
}
 
p:first-letter {
 font-size: 110%; 
 font-weight: bold;
 color:#323C6B;
 }