body,table,td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  }
body a:link {
  text-decoration: underline;
  font-weight:normal;
  color: #671F1F;
  }
body a:visited {
  text-decoration: underline;
  font-weight:normal;
  color: #671F1F;
  }
body a:hover {
  font-weight: normal;
  text-decoration: none;
  color: #4F1515;
  }
body a:active {
  font-weight: normal;
  text-decoration: none;
  color: #4F1515;
  }
td.menu {
	font-size: 12px;
	text-decoration: none;
	color: black;
	font-weight: none;
	font-family: Verdana, Verdana, sans-serif, Arial;
  }

.menu a:link {
  text-decoration: none;
  font-weight:normal;
  color: #4F1515;
  }
.menu a:visited {
  text-decoration: none;
  font-weight:normal;
  color: #671F1F;
  }
.menu a:hover {
  font-weight: normal;
  text-decoration: underline;
  color: #4F1515;
  }
.menu a:active {
  font-weight: normal;
  text-decoration: underline;
  color: #4F1515;
  }