a.no:link {
color: darkgreen;
}
a.no:visited {
color: darkolivegreen;
}
a.no:hover {
color: darkseagreen;
text-decoration: none;
}
a.no:active {
color: yellow;
text-decoration: none;
}

.no {
	
	text-decoration: none;
	text-transform: uppercase;
}

.nt {	
	text-decoration: none;
	text-transform: uppercase;
}