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;}

div.content {
  width: 600px;
  margin: 30px auto 20px auto;
  text-align: left;
  }

div.left {
  float: left;
  width: 300px;
  text-align: left;
  }

div.right {
  float: right;
  width: 300px;
  text-align: left;
  }


p {line-height: 150%;}
td {line-height: 150%;}

h1 {
    font-size: 100%;
    font-weight: bold;
    color: #403030;
    padding: 2px 0px;
    border-bottom: 1px dotted #403030;
}
h2,h3,h4,h5,h6 {font-size: 100%;}
h2 {
    /* color: #406060; */
    color: #b20008;
    padding: 2px 16px;
    /* border-bottom: 1px dotted #608080; */
    border-bottom: 1px dotted #b20008;
}
h2 a:link {color: #b20008;}
h2 a:visited {color: #b20008;}
/* h2 {color: #3e5245;} */
h3,h4,h5,h6 {padding: 2px 16px;}

