a {
 color:blue; 
 text-decoration: none
}
a:hover {
 color:red; 
 text-decoration:underline; 
}
p.margin-small {
 margin: 0px;
 padding: 0px;
}

