

/* Presentation Stylesheet */ 

h1 {
	margin:0;
	font-size:300%;
}

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 120%; 
 font-weight: bold;
 color:#680000;
 }

a{
	font-weight:bold;
	color:black;
	text-decoration:none;
}

#footer a{
	font-weight:bold;
	color:white;
	text-decoration:none;
}




