
H1 {
  font-family: Arial;
}

H2 {
  font-family: Arial;
}

A {
  font-family: Arial;
  text-decoration: none;
  color: blue;

}

B {
  font-family: Arial;
}

BODY {
  font-family: Arial;
}

P {
  font-family: Arial;
}

TABLE {
  font-family: Arial;
}

UL {
  font-family: Arial;
}

} A:link {
  	text-decoration: none;
  	font-weight: bold;
  	color: #0000FF;
  background-color: #FFFFFF;
}

A:visited {
  	text-decoration: none;
  	font-weight: bold;
  	color: #990000;
  background-color: #FFFFFF;
}

A:active {
  	text-decoration: none;
  	font-weight: bold;
  	color: #CC00FF;
  background-color: #FFFFFF;
}

A:hover {
  	text-decoration: none;
  	color: #CC0066;
  background-color: #FFFFFF;
}