a:link {
	color: #FFFFFF
}
a:hover { color: white; background-color: #8FBC8F }
a.greenlink:hover { color: green; font-weight: bold; text-decoration: underline }
a.greenlink:link { color: green; font-weight: bold; text-decoration: none }
a.greenlink:visited { color: green; font-weight: bold; text-decoration: none }
a.nobgcolor:hover { color: white; background-color: #ffffff }
a.visited { color: white }
