
body {
  color: #333;
  background: #fff;
  font: 10pt/14pt Tahoma, serif
  }
p {
  padding: 0px 30px 0px 30px;
  }
ul {
  font-weight: bold;
  list-style-type: none;
  padding: 0px 0px 0px 20px;
  margin: 10px;
  }
li {
  font-weight: normal;
  }
li a {
  text-decoration: none;
  color: #333;
  border-bottom: 1px dotted #333; 
  }