/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 120%; 
 font-weight: bold;
 color:#722020;
 }
 

a:visited {
	color: #CC4456;
}

a:link {
	color: #CC4456;
}

a:hover {
	color: #722020;
	
}