/* CSS Document */
a { text-decoration : none; color : #FFFFFF;}
a:HOVER {
	text-decoration : underline;
}
