/* CSS Document */

a{ text-decoration:none; color: #FFFFFF }
a:hover {
	text-decoration:underline;
	color: #ff0000;
}

