/* Presentation Stylesheet */ 
h4 {
	margin:0;
	padding: 5px 0;
	font-family: Papyrus;
 }
 
p:first-letter {
	font-size: 150%;
	color:#003399;
	line-height: 50%;
	font-family: Papyrus;
 }h1 {
	font-family: Papyrus;
	color: #663300;
	letter-spacing: .2em;
	font-size: 20px;
}
p {
	font-family: Garamond;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
h3 {
	font-family: Papyrus;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
a:link {
	font-family: Garamond;
	color: #003366;
	text-decoration: underline;
}
.blue {
	font-family: Papyrus, sans-serif, Arial;
	font-size: 13px;
	color: #000066;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
}

a:visited {
	font-family: Garamond;
	font-size: 12px;
	color: #006600;
}
a:hover {
	font-family: Papyrus;
	font-size: 18px;
	color: #000066;
	font-weight: bold;
}
a:active {
	font-family: Papyrus;
	font-size: 16px;
	color: #FF0000;
}
