@charset "utf-8";
/* CSS Document */

body,td,th {
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:link {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}

.box {
	width: 40%;
	margin: auto;
	padding-top: 60px;
}
