/* CSS Document */
a:link {
	font-family: "Papyrus";
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

a:visited {
	font-family: "Papyrus";
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #339933;
	text-decoration: none;
}	
a:hover {
	font-size: 100%;
	color: #006600;
	font-style: normal;
}
body {
	margin: 5px;
	padding: 5px;
	font-family: "Papyrus";
	font-size: 100%;
	font-weight: bold;
	color: #006600;
	background-color: #F1F2B0;

}
font {
	font-family: "Papyrus";
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
h2 {
	font-size: 150%;
	text-align: center;
	font-family: "Papyrus";
	color: #006600;
	shadow {width:140%; height:10%; filter: Shadow(Color=#CCCCCC, Direction=135);
	font-weight: bold;
}
h3 {
	font-size: 140%;
	text-align: center;
	font-weight: bold;
	font-family:  "Papyrus";
	color: #006600;
	shadow {width:30%; height:10%; filter: Shadow(Color=#CCCCCC, Direction=135);
	
}
h4 {
	font-size: 120%;
	font-family:  "Papyrus";
	color: #006600;
	font-weight: bold;
    text-align: left;

}
h5 {
	font-size: 100%;
	font-family:  "Papyrus";
	color: #006600;
	font-weight: bold;
    text-align: right;

}
blockquote {
	text-indent: 5px;
}

hr {
    color: #F1F2B0;
	text-align: center;
}