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

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.jpg);  background-repeat: no-repeat; background-position:center top;
	font-size: 12px;
	color: #FFF;
}


a:link {
	color: #CCCED0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B6B8BB;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#nav {
	background-color:#2c363a;
	height:17px;
	width:600px;
	text-align:left;
	padding: 3px 3px 3px 10px;
	margin-top:5px;
	font-size: 15px;
}
h2 {
	text-transform: uppercase;
}
#newscontent {
	width:600px;
	padding:0;
	text-align: left;
	height: 600px;
		}
#text {
	width: 600px;
	height: 600px;
	margin: 0;
	text-align: left;
	padding: 0px;
	top: 600px;
}
.pad {
	padding: 0px;
	}
	
.overflow {
	overflow: auto;
	width: 600px;
	height: 600px;
	}
