@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
body {
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #C50038;
	font-weight: bold;
}
a:visited {
	color: #C50038;
}
a:hover {
	color: #999;
}
a:active {
	color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #000;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
h2 {
	font-size: 16px;
	color: #FFF;
	background-color: #C50038;
	padding: 2px;
	border: 2px solid #B9B9B9;
}
h3 {
	font-size: 16px;
	color: #000;
	padding: 2px;
	border: 4px ridge #B9B9B9;
	width: 500px;
	text-align: center;
	position: relative;
	left: 200px;
}.footer {
	font-size: 12px;
	font-style: italic;
}
#center-box {
	position:relative;
	width:900px;
	background-color: #FFF;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	margin-top: 0px;
	font-weight: normal;
}
#navigation {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: bold;
	background-color: #C50038;
	text-align: center;
	color: #999;
	border: 2px solid #999;
}
#navigation a:link, #navigation a:visited {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: bold;
	background-color: #C50038;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
#navigation a:active, #navigation a:hover {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: bold;
	background-color: #C50038;
	text-align: center;
	color: #000;
}
