#menu A:visited {
 color: #000000;

} 
#menu A:hover {
 color: #FF0000;

}
#topmenu A {
 color: #000000;
 text-decoration: underline;
 font-family: Arial, sans-serif;
 font-size: 14px;
}
#topmenu A:visited {
 color: #800080;
} 
#topmenu A:hover {
 color: #FF0000; 
 text-decoration: none;
 font-size: 16px;
}
#best A {
 color: #000000;
 text-decoration: underline;
 font-family: Arial, sans-serif;
 font-size: 18px;
}
#best A:visited {
 color: #800080;
} 
#best A:hover {
 color: #FF0000; 
 text-decoration: none;
 font-size: 18px;
}
#text A {
 color: #000000; 
 text-decoration: underline;
 font-family: Arial, sans-serif;
 font-size: 15px;
}
#text A:visited {
 color: #800080;
} 
#text A:hover {
 color: #FFFFFF; 
 text-decoration: none;
 font-size: 15px;
}
</style>