.heading1 {
	   font: 18px Tahoma;
	   font-weight: bold;
	   color: #8d0000;
	   margin: 3px 3px 3px 3px;
	   padding: 3px 3px 3px 3px;
}

UL a {
	   font: 12px Tahoma;
	   font-weight: normal;
	   color: #000000;
	   margin: 3px 3px 3px 0px;
	   text-decoration: none;
}

UL a:hover {
	   font: 12px Tahoma;
	   font-weight: bold;
	   color: #8d0000;
	   margin: 3px 3px 3px 3px;
	   text-decoration: underline;
}