body, p, table, td, ul, ol {color: black;
      font-family: verdana;
      font-size: 12px; 
      text-decoration: none;

      margin-left: 100px;
      width: 500px;
      }


a:link {
    color: #550000;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #550000;
}

a:active {
    text-decoration: underline overline;
    color: #550000;
}


a:hover {
    text-decoration: underline overline;
    color: black;
}


img { outline: black dashed thin; border: 0px;  }

img.plain { outline-style: none; }

IMG.middle {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 60px; }


DIV.vertcent {
    min-height: 10em;
    display: table-cell;
    vertical-align: middle }
    
    
.vcenter {
  min-height: 12em;
  display: table-cell;
  vertical-align: middle;
}
   
.dot {
 border: 1px dotted #000000;
}

