a:link {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: bold;
}

a:visited {
  text-decoration: underlined;
  color:  #FFFFFF;
  font-size: 17px;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #FFFF00;
}

a.normal:active {
  color:  #FFFFFF;
  text-decoration: underline;
}

a.normal:visited {
  color:  #FFFFFF;
  font-size: 17px;
  font-weight: bold;
}


a.normal:link {
  color:  #FFFFFF;
  font-size: 17px;
  font-weight: bold;
}

a.normal:hover {
  text-decoration: underline;
  color: #FFFF00;
}

.normal {
  text-decoration: underline;
}

.current_page_link {
	text-decoration: none;
	color: #999999;
	font-size: 17px;
	font-weight: bold;
}