h1 {
	font-size: 18px;
	color: #ff9b14;
}
body {
	background-color: #000;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 3%;
}
body,td,th {
	color: #999;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #ff9b14;
	text-decoration: none;
	font-size: 14px;
}

a:visited {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: none;
	color: #ff9b14;
}
a:hover {
	text-decoration: underline;
}

.footer {
	font-size: 9px;
	font-style: italic;
	font-weight: lighter;
	text-align: center;
}
a:active {
	text-decoration: none;
	color: #ff9b14;
}
