/* Presentation Stylesheet */ 
h4 {
	margin:0;
	background-color: #000000;
	font-family: "Papyrus", Courier, monospace;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-indent: 50px;
 }
 
p:first-letter {
 font-size: 80%; 
 font-weight: bold;
 font-family: "Papyrus",Courier, monospace;
 color:Yellow;
 }

a:link {
 color:#00FF00;
 text-decoration:underline;
 font-family: "Courier New", Courier, monospace;
 }
a:visited {
 color:#00FF00;
 text-decoration:underline;
 font-family: "Courier New", Courier, monospace;
 }
a:hover {
 color:yellow;
 text-decoration:underline;
 font-family: "Courier New", Courier, monospace;
 }
a:active {
 color:#00FF00;
 text-decoration:underline;
 font-family: "Courier New",Courier, monospace;
 }