.links { 
text-decoration : none;
color: #FF9933;
} 
.links:hover { 
text-decoration : underline;
color : #000000;
} 
