body {
	font-family: "Courier New", Courier, monospace;
	size: 12px;
	margin: 0px;
	background-color: Black;
}

A:link {
	color: Gray;
 font-weight: bold;
	outline-color: Purple;
	}


A:hover {
 color: Black;
  background-color: #FF9933;
}

A:visited {
	color: Black;
}

div#headertop {
 background-color: Black;
	padding-top: 0px;
	padding-left: 0px;		
}


div#topnav {
    color: white;
	background-color: Black;
}

div#navline {
	background-color: black;
}



.maintop {
background: black;
 padding: 0px;
  margin: 0px;
}

blockquote {
    padding: 10px;
	text-align: left;
}


div#maincontent {
background:  white url(../images/main_bg.gif) top left repeat-y;
 width: 780px;
 font-size: 12px;
}

div#newscontainer {
	padding: 5px;
	height: 600px;
	overflow: scroll;
}

.mainbottom {
background: black;
 padding: 0px;
  margin: 0px;
}

div#footer {
width: 730px;
 color: White;
 font-size: 9px;
 text-align: center;
}

A.footer {
	
	color: White;
}

A.footer:hover {
		text-decoration: none;
		background-color: #FF9933;
		color: Black;
}

A.footer:visited {
	
	color: White;
}