/* Presentation Stylesheet */ 
 
p {
 margin:0;
 padding:10px 20px 0px 20px;
 text-align:center;
 }

p:first-letter {
 font-size: 120%; 
 font-weight: bold;

 }
 
h4 {
 margin:0; 
 padding: 5px 0;
 }

pre {
 text-align:left;
 margin:0;
 padding:20px 0;
 }

#logo {
	margin: 0;
	text-align: center;
	border-bottom-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
