body { height: 100%; }

P { font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000 }

HR { height: 1px;
     color: #000;
     margin: 0px; }
     
.border { border-top: 1px black solid;
          border-bottom: 1px black solid; }

.headerimage { margin-top: 25px;
               margin-bottom: 30px }
               
.buttons { margin-top: 0px;
           margin-bottom: 35px; }

.intro { margin-left: 20px;
         margin-right: 20px;
         margin-top: 0px;
         margin-bottom: 40px; }

.footer { margin-top: 0px;
          margin-bottom: 30px; }

a { text-decoration: none;
    color: #860000; }
           
a:hover { text-decoration: underline;
          color: #D60000; }

#logo { margin-left: 35px;
        margin-right: 35px; }