body {
  background-color: #EDEDED;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt

}

.centretable {
  margin-left: auto;
  margin-right: auto;
  
}


h1 {
  font-size: 12pt

}
h2 {
  font-size: 10pt;
}


p {
    text-align: justify;
    color: #000080;
    font-size: 10pt;
    font-weight: normal
    
  }

a:link {
    color:           #4B080F;
    text-decoration: none
}
a:visited {
    color:           #4B080F;
    text-decoration: none
}
a:active {
    color:           #000000;
    text-decoration: none
}
a:hover {
    color:           #4B080F;
    text-decoration: none;
    font-weight: bold
}
