@charset "UTF-8";
body {
	background-repeat: no-repeat;
	background-position: center;
	background-color:#000;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Copperplate;
	font-weight: bold;
	text-align: center;
}
h1 {
	font-size: 28px;
	color: #C00;
	text-shadow: #CF9;
}
h2 {
	font-size: 16px;
	color: #C00;
}
hr {
	color:#C00;
}
a {
	font-size: 12px;
	color: #99CCFF;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #339900;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: underline;
	color: 330099;
}
p {
	text-align: center;
}


	
