@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-top: 20px;
}
body,td,th {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

a {
	color: orange;
}

a:visited {
	color: orange;
}

.footer {
	font-size: 12px;
	color: gray;
}

.small {
	font-size: 12px;
}

.not_so_small {
	font-size: 14px;
	color:#666666;
	text-align: center;
}