A:link {
	color: #B600AA ; text-decoration: underline ;
}
A:visited {
	color: #0000FF; text-decoration: underline ;
}
A:active {
	COLOR: #000000; TEXT-DECORATION: underline
}
A:hover {
	color: #FFFFFF; background-color: #B600AA;
}

h1 {
  font-size: 100%;
  color: #FF0000;
  margin-bottom: 0px;
}

h2 {
  font-size: 100%;
  color: #DAA520;
  margin-top: 0px;
  margin-bottom: 0px;
}
h3 {
  font-size: 100%;
  color: #DAA520;
  margin-top: 0px;
  margin-bottom: 0px;
}
h4 {
  font-size: 100%;
  color: #DAA520;
  margin-top: 0px;
  margin-bottom: 0px;
}