/* CSS Document */

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding: 3px;
	color: #CCCCCC;
}
body {
	background-repeat: repeat;
	background-color: #333333;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #D50000;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style: normal;
	font-weight:bold;
	color:#CCCCCC;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #758ED0;
	text-decoration: none;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
}
a:link {
	font-weight: normal;
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #FFFF99;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #FFFF99;
	text-decoration: none;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF99;
	text-decoration: none;
	background-color: #333333;
	display: block;
	padding: 8px;
	width: 150px;
}
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
	background-color: #666666;
	display: block;
	padding: 8px;
	width: 150px;
}
