body, td {
      color: black;
      font-size: 12px;
      font-family : Verdana, Arial, Helvetica;
	  line-height: 17px;
}

h1 {
    font-size: 18px;
}

a {
      text-decoration: underline;
      color: black;
}

.brown {
	font-size: 10px;
	color: #A18B63;
}

a.brown {
	font-weight: bold;
}

a.brown:hover {
	color: #DFD8CA;
	font-weight: bold;
}


