body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Trebuchet MS,Arial,Verdana,Helvetica,sans-serif;
  }

a {
  color: #cc0033;
  text-decoration: none;
/*  padding-bottom: 0px; */
  border-bottom: 1px dotted;
  }
a:visited {color: #336666;}
a:active {color: #ff3399;}
a:hover {color: #ff3399;}

#container {
  width: 700px;
  margin: 30px auto 20px auto;
  text-align: left;
  }

p {line-height: 150%;}
td {line-height: 150%;}

