@charset "utf-8";
body {
	background-color: #FF339A;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 100%;
	position: relative;
}
#content p {
	text-align: left;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #006;
	text-decoration: none;
}
.footer {
	font-size: 9px;
	color: #999;
}
#content {
	width:90%;
	z-index:1;
	background-color: #000;
	padding: 20px;
	border: 3px solid #000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	font-size: 12px;
}
#content h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	font-size: 24px;
}
nav {
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
h3 {
	font-size: 24px;
	color: #FF339A;
	text-align: left;
}

