/* CSS Document */

a:link { 
	text-decoration: none;
	color:#ff0000;
}
a:visited {
	text-decoration: none;
	color:#ff0000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color:#ff0000;
}




