@charset "UTF-8";
body, html {
	margin: 0px;
	background-color: #000;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1016px;
	text-align: center;
	color: #999;
}
a:link {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #FF0000;
}
.bigOrange {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1.5em;
	color: #F96500;
}
.crossedOut {
	text-decoration: line-through;
}
