a:link {
	font : Arial Narrow;
	color: Black;
}

a:visited {
  color: #3366FF;
}

a:hover {
	text-decoration: none;
	color: Maroon;
}

a:active {
	color: Maroon;
}

a.hidden {
  color: #000000;
}


