BODY
  {
   font-size: 14pt;
   margin-left: 10%;
   margin-right: 10%;
   text-align: justify;
   color: black;
   background-image:url(img/marble2.jpg);
   background-attachment: fixed;
  }

div.box {
  background-color: transparent;
  }

a:link
  {
    color: #0000bb;
  }

a:visited
  {
    color: #0000aa;
  }


a:hover
  {
    font-weight: normal;
    color: #0f0fff;
  }

a:active
  {
    color: red;
    border: 1px solid red;
  }

