BODY { position: absolute; top: 0px; margin: 0px; }

A
  {
    text-decoration: none;
    font-family: Arial;
    font-size: 12;
  }


A:link
  {
    color: #A83A2F;
    font-size: 12;
    font-weight: bold;
    text-decoration: none;
  }





A:visited
  {
    color: #465060;
    font-size: 12;
    font-weight: bold;
    text-decoration: none;
  }




A:hover
  {
    color: #000000;
    font-size: 12;
    font-weight: bold;
    text-decoration: none;
  }



h1
  {
    margin-left: 10px;
    font-family: Arial;
    font-size: 30;
    color: black;
  }

h2
  {
    margin-left: 10px;
    font-family: Arial;
    font-size: 16;
    color: black;

  }


p
  {
    margin-left: 20px;
    margin-right: 0px;
    font-family: Arial;
    font-size: 12;
    color: black;
    text-align: justify;
  }

ul
  {
    margin-left: 60px;
    font-family: Arial;
    font-size: 12;
    font-weight: bold;
    color: black;
  }


background
  {
    background-repeat: no-repeat;
  }


