* {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

body {
  text-align: left;
  background-color: white;
  font-family: "bitstream vera sans", Verdana, Helvetica, sans-serif;
  font-size: 60%;
}

p {
    margin-bottom: 1ex;
    padding-bottom: 1ex;
    border-bottom: 1px solid black;
}

a {
    font-weight: bold;
    text-decoration: none;
}

A:link {
	COLOR: #C86000; text-decoration: none
}
A:visited {
	COLOR: #C86000; text-decoration: none
}
A:active {
	COLOR: #C86000; text-decoration: none
}
A:hover {
	COLOR: #C86000; text-decoration: underline
}


