/* Presentation Stylesheet */ 

a:link {
	color: #6F0504;
	}
a:visited {
	color: #990000;
	text-align: center;
	}
	
h3, p {
	margin:0;
	padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
	font-size: 14pt;
	font-weight: bold;
	color:#000;
 }

