body {
  font-family: helvetica, sans-serif;
  background-color:#000000;
  color:#FFFFFF;
  margin:0px 0px 0px 0px;
  font-size:14px;
  background-image:url(images/feminist.jpg)
}

a {
	color:#FF0000;
	text-decoration:underline;
}

a:visited {
	color:#FF0000;
	text-decoration:underline;
}

a:hover  {
	text-decoration:none;
	color:#FFF;
}

#overlord {
	width:800px;
	padding:0px 20px 7px 20px;
	background-color:#000000;
	margin-top:0px;
	margin-bottom:0px;
	border-left:1px solid #FF0000;
	border-right:1px solid #FF0000;
}

#menu {
	float:left;
	padding:12px 0px 0px 5px;
	text-align:center;
	width:190px;
}

#news {
	float:right;
	padding:12px 5px 0px 0px;
	text-align:center;
	width:190px;
}

#news, #menu {
	font-size:14px;
	font-weight:bold;
}

#body_text {
	width:500px;
	border-left:3px solid #FF0000;
	border-right:3px solid #FF0000;
	text-align:justify;
	padding:0px 8px 10px 8px;
	margin-bottom:10px;
}

#footer {
	text-align:center;
	padding:3px 10px 5px 10px;
	font-size:12px;
	background-image:url(images/footer.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:300px;
	font-weight:bold;
	border-top:1px solid #FF0000;
	border-bottom:1px solid #FF0000;
	margin:10px 0px 10px 0px;
}


.headline {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
}