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

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

UL {
  color: #000066;
}

HR {
	border: 0;
  	color: #0099CC;
	background-color: #0099CC;
	size: 1px;
	height: 1px;
  	font-size: 6px;
}

P {
  border-top: 1px #000066 solid;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  border-right: 1px #000066 solid;
  border-bottom: 1px #000066 solid;
  border-left: 1px #000066 solid;
}

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

H2 {
  font-size: 16px;
  font-weight: normal;
  font-family: Arial;
  color: #006699;
    font-weight: bold;

}
.center {
	text-align: center;
}
