a {
/* color: #0088cc */
  color: #005580;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: none;
  
  	border-color: #CCCCCC;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}

h1 {
  font-size: 20.5px;
}
h2 {
  font-size: 19.5px;
}
h3 {
  font-size: 18.5px;
}
h4 {
  font-size: 17.5px;
}

.selflink > a:hover,
.selflink > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}
