body {
	background-color : #000000;
	color :#ff0000;
	font-family : 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	}
h1.banner {
	display:inline;
	}

a.entry:link, a.entry:visited{
	text-decoration:none;
	color:#000;
	}
	}
a.entry:hover, a.entry:active{
	text-decoration:underline;
	color:#f00;
	}

a.panelfront {
	font-weight:bold;
	}
a.panelfront:link{
	text-decoration:none;
	color:#ff0;
	}
a.panelfront:visited{
	text-decoration:none;
	color:#ff0;
	}
a.panelfront:hover{
	text-decoration:underline;
	color:#f00;
	}
a.panelfront:active{
	text-decoration:underline overline;
	color:#fff;
	}

a.panel {
	font-weight:bold;
	}
a.panel:link{
	text-decoration:none;
	color:#c00;
	}
a.panel:visited{
	text-decoration:none;
	color:#c00;
	}
a.panel:hover{
	text-decoration:underline;
	color:#f00;
	}
a.panel:active{
	text-decoration:underline overline;
	color:#00f;
	}

a.subhead {
	font-weight:bold;
	}
a.subhead:link{
	text-decoration:none;
	color:#f00;
	}
a.subhead:visited{
	text-decoration:none;
	color:#f00;
	}
a.subhead:hover{
	text-decoration:underline;
	color:#ff0;
	}
a.subhead:active{
	text-decoration:underline;
	color:#fff;
	}
	
p.catintro {
	color:#300;
	font-size:0.8em;
	margin:15px;
	}
p.intro {
	color:#fff;
	font-size:0.8em;
	margin:15px;
	padding:15px;
	border:1px solid red;
	width:600px;
	}

tr.innernav {
	background-color: #300;
	border-bottom:1px solid #f00;
	}

tr.innernav td {
	border-bottom:1px solid #f00;
	}
	
tr.itemnav td {
	color:#000;
	font-size:80%;
	background-color:#fff;
	}

#subcatlist {
	list-style:none;
	}
	
#subcatlist li {
	margin:0;
	padding:1px;
	clear:both;
	display:block;
	}

#subcatlist li a:link{
	height:75px;
	width:300px;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#ff0;
	}
.red {color:#f00;}
.thinred {border-top: 1px solid Red; border-left: none; border-bottom: none; border-right: none;}
.thinwhite {color: White; font-weight: normal;}
.subhead {
	line-height: auto;
	margin-top:0;
	margin-bottom:0;
	}
/*.subhead {white-space: nowrap;}*/

ul, ul li {
	color:#000;
	}
ul.sidemenu, ul.sidemenu li {
	color:#f00;
	}

hr {
	height:1px;
	color:#000;
	width:80%;
	border-top: 1px solid #000;
	border-right: none; 
	border-bottom: none; 
	border-left:none; 
	}

hr.reddish {
	color:#f00;
	border-top: 1px solid #f00;
	}	
	
	
div.articlebox {
	text-align:left;
	width:75%;
	border-top: none;
	border-right: 1px dotted red; 
	border-bottom: none; 
	border-left:1px dotted red;
	padding:20px; 
	}
div.articlebox ul, div.articlebox ul li {
	color:#fff;
	}