BODY {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

H1 {
    font-family: Times, New Times Roman, serif;
    font-weight: bold;
    color: rgb(255,255,0);
    background-color: transparent;
}
H2 {
    font-family: Times, New Times Roman, serif;
    font-weight: bold;
    color: rgb(255,255,0);
    background-color: transparent;
}
H3 {
    font-family: Times, New Times Roman, serif;
    font-weight: bold;
    color: rgb(255,255,0);
    background-color: transparent;
}
H4 {
    font-family: Times, New Times Roman, serif;
    font-size: 12pt;
    font-weight: bold;
    color: rgb(255,255,0);
    background-color: transparent;
}


P { 
    font-family: Geneva, Arial, sans-serif;
    text-indent: 30px 
    font-weight:normal;
}

A {
  background-color: transparent;
  color: rgb(238,221,130);
  letter-spacing: normal;
  font-family: Geneva, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
  text-transform: none;
}

A:hover {
  background-color: transparent;
  color: rgb(255,255,0);
  letter-spacing: normal;
  font-family: Geneva, Arial, sans-serif;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  text-decoration: underline;
  text-transform: none;
}

A.A:link {
    background:rgb(255,0,0); 
    color:rgb(255,255,0); 
    font-family: Geneva, Arial, sans-serif;
    font-weight:bold; 
    text-decoration: none
}
A.A:visited {
    background:rgb(255,0,0); 
    color:rgb(255,255,0); 
    font-family: Geneva, Arial, sans-serif;
    font-weight:bold; 
    text-decoration: none
}
A.A:hover {
  background:rgb(255,0,0);
  color: rgb(255,255,0);
  font-family: Geneva, Arial, sans-serif;
  font-weight: bold;
  text-decoration: underline;
}

.sidelink {
  text-indent: 30px
}


