ul a:link, ul a:visited {
	text-decoration: none;
	color: #333333;

}

ul a:hover {
	text-decoration: none;
	color: Red;
}
/*
ul.norm a:link, ul a:visited {
	text-decoration: underline;
	color: Red;

}

ul.norm a:hover {
	color: #333333;
}*/
