.links }

a.first:link {
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
}
a.first:visited {color: #9E9773; font-weight: bold; }
a.first:hover {text-decoration: underline; background-color: #OOOOOO; }
a.first:active {color: #FFFF99; }

a.second:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1pt;
}
a.second:visited {color: #FFFFFF; text-decoration: none; }
a.second:hover {color: #FFFFFF; text-decoration: underline; }
a.second:active {color: #FFFFCC; }

