body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #000;
	font-style: oblique;
	text-align: left;
}
h2 {
	font-size: large;
	color: #000;
	font-style: normal;
	text-align: left;
	font-weight: bolder;
}
a:link {
	color: #060;
}
a:visited {
	color: #666;
}
a:hover {
	color: #000;
}
a:active {
	color: #060;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.footer {
	font-style: italic;
	font-size: smaller;
	text-align: center;
}
#content {
	width:850px;
	z-index:1;
	background-color: #FFF;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: thick none #009;
}
#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 {
	background-color: #C50038;
	text-align: center;
	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;
}
