
   BODY {
    font-family: Comic Sans MS;
    font-size: normal;
    font-weight: normal;
    color: #000000;
    background: #E7E7E7;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
  }

/***********************************************
* LINK
*********************************************** */

  A:link {
    color: #0000FF;
    background: transparent;
  }
  A:visited {
    color: #0000FF;
    background: transparent;
  }
  A {
    color: #0000FF;
    background: transparent;
    text-decoration: none;
    text-transform: none;
    font-size: normal;
  }
  A:active {
    color: #0000FF;
    background: transparent;
  }
  A:hover {
    color: #0000FF;
    background: transparent;
  }