
A:hover {
  	font-family: Arial;
	color: #FF0000;
  text-decoration: underline;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

A {
  font-family: Arial;
  text-decoration: none;
}

UL {
  color: #FF0000;
}

HR {
  color: #0099CC;
  font-size: 6px;
}



H1 {
  font-family: Arial;
  font-size: 24px;
  color: #006699;
  font-weight: bold;
}

H2 {
  font-size: 18px;
  font-weight: normal;
  font-family: Arial;
  color: #006699;
}
