

/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 120%; 
 font-weight: bold;
 color:#ff9900;
 }

a:link, a:visited {
	font-size: 80%;
	font-weight: bold;
	text-transform: capitalize;
	color: #0099ff;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #ff9900;
}
a:hover {
	font-size: 80%;
	font-weight: bold;
	text-transform: capitalize;
	color: #0099ff;
	text-decoration: none;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #ff9900;
	border-bottom-style: none;
}

#small {font-size:10px;
}
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style6 {color: #FF0000}
