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