A:link { 
	text-decoration: none; font-weight: normal; color: #FF0000
	 }
A:visited { 
	text-decoration: none; font-weight: normal; color: #FF0000
	 }
A:active { 
	text-decoration: normal; font-weight: normal; color: #FF0000; background: #AADDBB;
	 }
A:hover { 
	text-decoration: underline; color: #FF0000; font-weight: normal; 
	background: #AADDBB;
	 }

