.linkmenu:link {
font-family: arial;
text-decoration: none;
font-weight: bold;
color: red;
}

.linkmenu:visited {
font-family: arial;
text-decoration: none;
font-weight: bold;
color: red;
}


.linkmenu:active {
font-family: arial;
text-decoration: none;
font-weight: bold;
color: default;
}

.linkmenu:hover {
font-family: arial;
text-decoration: none;
font-weight: bold;
color: default;
}
a:link { color: white; font-weight: bold; text-decoration: none;}
a:visited { color: white; font-weight: bold; text-decoration: none;}
a:active { color: #ffc100; font-weight: bold; text-decoration: none;}
a:hover { color: #FFFF00; font-weight: bold; text-decoration: underline;}
