
hr {
 border: 0;
 color: #000;
 background-color: #000;
 height: 1px;
}

h1 {
 font-family: Verdana, sans-serif;
 font-size: 1.5em;
 font-variant: small-caps;
 color: #000;
 border-bottom: 1px solid #000
}

h1 a {
 color: #000;
 text-decoration: none;
}

h2 {
 font-variant: small-caps;
 font-size: 1.2em;
 width: 100%;
 border-top: 1px solid #000;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1.1em;
  font-style: italic;
}

p {
 font-family: Times, serif;
 text-align: justify; 
 padding-left: 50px;
 padding-right: 50px;
 padding-top: 10px;
}


p.foot {
}


#menu {
 display: none;
}

ul.links {
 list-style: none;
}

ul.links li {
 padding-bottom: 2em;
}

ul.links li a {
 color: #000;
 background-color: #eef;
 min-width: 300px;
 text-decoration: none;
 font-weight: bold;
 display: block;
}

ul.links li span {
 display: block;
 padding-top: 0.5em;
 padding-left: 1.0em;
 max-width: 400px;
}
