body {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #2A0000;
	background-attachment: scroll;
	background-color: #A79B91;
	text-align: left;  }

h1,h2,h3,h4 {	font-size: 13pt;
		font-style: bold;
		font-style: italic;}

td,th {align: center }

table {	border-color: black;
	background: #EBCBBE; }
		
A:link	{text-decoration: none;
	 font-weight: bold;
	 color:	#663333; }	
		
A:visited {text-decoration: none;
	   font-weight:	bold;
	   color: #663333; }	
		
A:active {text-decoration: none;
	  font-weight:	bold;
	  color: #FF9933; }	
		
A:hover {text-decoration: none;
	 color:	#663300;}
	 
#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid black;
border-width: 1px 1px 0 0;
background-color: #EBCBBE;
}

.headerlinks a{
margin: auto 6px;
font-weight: bold;
color: #2A0000;
}

.headerlinks a:hover{ 
background-color: black;
color: #EBCBBE;
font-weight: bold;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #EBCBBE;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: black;
color: #EBCBBE;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 0px;
}

.feed {background-color: #FFFFFF;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 14px;
}

.feed td, th {border-bottom: 1px dotted;
}
.feed th {background-color: #560E00;
	  color: #FFFFFF;
}
