/* Global Styles */


a:link, a:visited, a:active{
	color: #B1B1B1;
}

a:hover{
	color:#920000;
}

body, table {
	color: #B1B1B1;
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.big {
	color: silver;
	font-size: 20px;
}

div.centerfront {
    width:100%;
	margin-top: 20%;
	text-align: center;
	overflow: hidden;
	
}

div.centerbottom, .middle {
	width: 100%;
	margin: auto;
	text-align: center;
}

td {
	text-align: left;
}

table#links{
	margin-top: 1em;
}