a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
color: #CCCCCC;
text-decoration: none;
	
}

a:active {
	color: #CCCCCC;
	text-decoration: none;
}

p a:link {
  color: #0000FF;
  text-decoration: none;
}

p a:visited {
  color: #0000FF;
  text-decoration: none;
}

p a:hover {
	color: #33FF33;
	text-decoration: none;
}

p a:active {
  color: #33FF33;
  text-decoration: none;
}

h1 a:link {
  color: #006633;
  text-decoration: none;
}

h1 a:visited {
  color: #006633;
  text-decoration: none;
}

h1 a:hover {
	color: #999999;
	text-decoration: none;
}

h1 a:active {
  color: #999999;
  text-decoration: none;
}


