@charset "utf-8";

body {
	background-color: #000000;
	color: #eeeeee;
	font-size: 13px;
	margin: 13px auto 5px;
	text-align: center;
}
a img {
	border: 0;
}
a:link {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #ffff00;
	text-decoration: underline;
}
a:hover {
	color: #ffff000;
	text-decoration: underline;
}
a:visited {
	color: #ff0000;
	text-decoration: underline;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

p {
	font-size: 13px;
}
td {
	font-size: 13px;
}
