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

a:link {
	COLOR: #0000FF;
	TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #0000FF;
	TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #FF0000;
	TEXT-DECORATION: underline;
}
a:active {
	COLOR: #FF0000;
	TEXT-DECORATION: underline;
	FONT-WEIGHT: bold;
}
body,td,th {
	color: #FFF;
}
body {
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	font-weight:300;
	background-color: #000;
}
input {
	background-color: #000;
	color: #FFF;
}
.fronttitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
.frontdescription {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #FFF;
}
.newsTable {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #FFF;
}
.search {
	height: 30px;
	width: 400px;
	font-size: 25px;
	font-family: "Courier New", Courier, monospace;
}
.entire {
	background-color: #000;
	width: 770px;
	margin: 0 auto;
}
.rightColumn {
	width: 255px;
	float: right;
	padding: 0;
}
.leftColumn {
	width: 500px;
	float: left;
	padding: 0;
}
.bodyDiv {
	float: left;
	width: 500px;
	margin 0;
	padding: 0;
}
.newsDiv {
	border: 2px dashed #333;
	width: 250px;
	text-align: left;
}
.gamingDiv {
	border: 2px dashed #333;
	width: 250px;
	text-align: left;
}
.clear {
	display: block;
	clear: both;
}