@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
body {
	background-color: #000;
	text-align: center;
}
h2 {
	color: #F00;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
h1 {
	font-size: 46px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
a:link {
	color: #F93;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
.footer {
	font-size: 10px;
	font-style: italic;
}
a:active {
	color: #0F0;
	text-decoration: none;
}
#content {
	width:70%;
	z-index:1;
	padding: 20px;
	border: 4px ridge #CCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
p {
	text-align: left;
}
