
a:link {
  font-weight : normal;
  text-decoration: none;
  font-family: arial; 
  color : #990033;
  font-size: 16px;
}

a:visited {
  font-weight : normal;
  text-decoration: none;
  font-family: arial; 
  color : #990033;
  font-size: 16px;
  }


a:hover {
  color : #FF6633;
  text-decoration: none;
  font-family: arial; 
  background-color: transparent;
  font-size: 16px;
}

a.navlink:link {
  font-weight : normal;
  text-decoration: none;
  font-family: arial; 
  color : #FFFFFF;
  font-size: 16px;
}

a.navlink:visited {
  font-weight : normal;
  text-decoration: none;
  font-family: arial; 
  color : #FFFFFF;
  font-size: 16px;
  }


a.navlink:hover {
  color : #CCCCCC;
  text-decoration: none;
  font-family: arial; 
  background-color: transparent;
  font-size: 16px;
}

H2 {
  color : #990033;
  text-decoration : none;
  font-family: arial; 
  font-size: 21px;
}

B {
  color : #990033;
  font-family: arial; 
  font-weight: bold;
  font-size: 16px;
}

UL {
  color : #000000;
  font-family: arial; 
  font-size: 16px;
  font-weight: normal;
}

OL {
  color : #990033;
  font-family: arial; 
  font-size: 16px;
  font-weight: bold;
}

.bodytext {
  color : #000000;
  font-family: arial; 
  font-size: 16px;
  font-weight: normal;
}