/* CSS Document */

a:link {
	color: #336633;
}

a:visited {
  color: #000066;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #336699;