A.one:LINK, A.one:ACTIVE, A.one:VISITED {
	color : Black;
	text-decoration : none;
}

A.one:HOVER {
	color : #FF6600;
	text-decoration : underline;
}

 A.two:VISITED, A.two:ACTIVE, A.two:LINK {
	color : #ADADAD;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-decoration : none;
}

A.two:HOVER {
	color : #FF6600;
}
