a {
 color: black;
 text-decoration: none;
}

a:visited {
 color: black;
 text-decoration: none;
}

a:hover {
 color: white;
 text-decoration: none;
} 

a:active {
 color: yellow;
 text-decoration: none;
}

.text2 {
 color: white;
 font-size: 12px;
 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 text-decoration: underline;
 font-weight: normal;
} 
