A:link {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: blue; 
}
A:visited {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: blue ;
}
A:active {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #0077ff ; TEXT-DECORATION: none
}
A:hover {
	BACKGROUND: none yellow scroll repeat 0% 0%; COLOR: green; TEXT-DECORATION: none
}
A.nav:link {
	COLOR: #blue; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
A.nav:visited {
	COLOR: #blue; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
A.nav:hover {
	FONT-WEIGHT: normal; COLOR: #000000; BACKGROUND-COLOR: wheat; TEXT-DECORATION: none
}

