 body {
  background-color: black;
  color: white;
  MARGIN: 3%;
  FONT-FAMILY: arial, helvetica, sans-serif
 }
 
   a:hover { border: 1px solid rgb(255,0,0) ! important;
    font-weight: inherit;
    text-transform: none;
    background-color: black;
    text-decoration: none;
    }

  a:link { 
    color: white;
    border: 1px solid rgb(164,164,164);
    text-decoration: none;
    padding-left:2px;
    padding-right:2px;
    }

  a:visited { 
    border: 1px dotted rgb(164,164,164);
    text-decoration: none;
    padding-left:2px;
    padding-right:2px;
    color: white
    }
 
 p {text-align: center}

 
 p.c4 {text-align: right}
 p.c2 {text-align: left}
 
