/* main body style */
body {
	background: #809de6;
	color: #354d89;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	margin: 10px;
	padding: 0px;
}

p {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #354d89;
	letter-spacing: 0px;
}

h1 {
	font-family: "courier new", Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #324963;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 4px 0px 20px 0px;
}

h2 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-bottom: #324963 2px solid;
	color: #324963;
	line-height: 22px;
	letter-spacing: 1px;
	margin: 10px 25px 4px 25px;
}

strong {
	font-family: "courier new", arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

blockquote {
	font-size: 10px;
	font-family: verdana;
	color: #354d89;
	text-align: left;
	letter-spacing: 1px;
	line-height: 15px;
	border: 1px solid #354d89;
	margin: 5px 35px 5px 35px;
	padding: 5px;
}

.credits {
	font-size: 9px;
	font-family: arial;
	color: #000000;
	text-align: center;
	margin: 0px;
}

select, textarea, input {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: transparent;
	border: 1px solid #354c44;
	margin: 9px;
}

a:link {
	color: #172737;
	text-decoration: none;
	font-weight: bolder;
	letter-spacing: 1px;
}
a:active {
	color: #C8C8C8;
	letter-spacing: 1px;
}
a:visited {
	color: #172737;
	text-decoration: none;
	font-weight: bolder;
	letter-spacing: 1px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline overline;
	letter-spacing: 1px;
}