BODY 
  {
	background-color: #7D6948;
	font-family: Verdana,Arial CE,Arial,Sans-serif;
	font-size: 70%;
	font-weight: bold;
	color : white;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
	margin-bottom : 5px;
	padding: 0px;
}

H1
  {
  font-size: 130%;
  font-weight: bolder;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

P
  {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  color : white;
  font-weight: bold;
}

A {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 90%;
  font-weight: bold;
  text-decoration : none;
}

A:link 
  {
  color: white;
  text-decoration : none;
}

A:visited 
  {
  color: #FDFFE6;
  text-decoration : none;
  }

A:hover 
  {
  color: white;
  background-color: #454545;
}
   
A:active
  {
  border : none;
  text-decoration : none;
}
   
div.topiclist {
	background-color: #8F7B5A;
	border : 1px solid #604D33;
	border-width : 1px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.topicitem {
  font-weight: bold;
  margin-left: 5px;
  margin-right: 0px;
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight: normal;
  color: #797979;
  text-decoration : none;
  list-style:none; 
}

div.bottom {
	font-size: 60%;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
}
