a:link   { color: #900; font-weight: bold; text-decoration: none }

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

a:focus     { color: #f30; font-weight: bold; text-decoration: none }

a:hover    { color: #600; font-weight: bold; text-decoration: none }

a:active   {
	color: #990000;
	font-weight: bold;
	text-decoration: none;

}

