@charset "utf-8";
/* CSS Document */

p{
font-family: stencil, sans-serif; font-size: 16px;
color: #CC0000;
line-height: 18px;
padding: 3px;
}

h1{
font-family: Stencil, sans-serif; font-size: 22px;
color: #CC0000;
line-height: 18px;
padding: 3px;
}


h2{
font-family: Lucida Calligraphy, sans-serif; font-size: 11px;
color: #CC0000;
line-height: 18px;
padding: 3px;
}

h3{
font-family: Elephant, sans-serif; font-size: 11px;
color: #CC0000;
line-height: 14px;
padding: 2px;
}

h3:hover{
font-family: Elephant, sans-serif; font-size: 11px;
color: #CC0000;
line-height: 14px;
padding: 2px;
}

.navigation {
	font-family: stencil, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CC0000;
	border-color: #000000;
	display: block;
	padding: 8px;
	width: 140px;
} 


.navigation:hover {
	font-family: stencil, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FF00FF;
	text-decoration: none;
	background-color: #CC0000;
	border-color: #000000;
	display: block;
	padding: 8px;
	width: 140px;
}
