.start {
   font-size : 10px; 
   font-family : Verdana, sans-serif; 
   color : black; 
   text-decoration : none; 

}

.start:visited:hover {
   color : white; 
   text-decoration : underline; 
}

.start:visited {
   color : black; 
   text-decoration : none; 
}

.start:hover {
   color : white; 
   text-decoration : underline; 
}

.start:active {
   color :  black;
   text-decoration : none; 
}



.textlink {
   font-size : 10px; 
   font-family : Verdana, sans-serif; 
   color : #000000; 
   text-decoration : underline; 
}

.textlink:visited:hover {
   color : #ffffff; 
   text-decoration : underline; 
}

.textlink:visited {
   color : #000000; 
   text-decoration : underline; 
}

.textlink:hover {
   color : #ffffff; 
   text-decoration : underline; 
}

.textlink:active {
   color :  #000000;
   text-decoration : underline; 
}
