td {
	text-align: left;
	vertical-align: top;
	font-family:Times;
	font-size:14px;
	color: #000000;
}

a {
	text-decoration: none;
	color:#990000;
}

A:Hover  {
	color : #990000;
	text-decoration : underline;
}

H3 {
	color: #8F5929;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}

H4 {
	color: #8F5929;
	font-weight: bold;
	font-size : 14px;
	font-family:Tahoma;
	font-style : italic;
}

H5 {
	color: #000000;
	font-weight: normal;
	font-size : 10px;
	font-style : italic;
	font-family:Times;
}

.nav-headline {
  font:19px Georgia, Arial, "Times New Roman", Times;
  color:#990000;
  text-align:left;
  padding-bottom:10px;
}

#main-menu ul {
  list-style:none;
  padding-bottom:10px;
}
  
#main-menu li a {
  color:#990000;
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 16px;
  text-decoration: none;
  list-style-image: none;
  padding-top:1px;
  padding-bottom:1px;
  padding-right:1px;
  padding-left:1px;
  line-height:25px;
}
  
#main-menu li a:hover {
  color:#990000;
  text-decoration: underline;
}