


a.button {
font-family: Tahoma;
color: Blue;
font-weight: ; 
font-size: 10px;
text-decoration: none;
}

a.button:hover {
color: Blue;
font-family: Tahoma;
font-weight: bold;
font-size: 10px;
text-decoration: underline;
}

a.button:active {
font-family: Tahoma;
color: Red;
font-weight: bold;
font-size: 10px;
text-decoration: none;
}


a.topl {
font-family: Tahoma;
color: Blue;
font-weight: ; 
font-size: 14px;
text-decoration: none;
}

a.topl:hover {
color: Blue;
font-family: Tahoma;
font-weight: bold;
font-size: 14px;
text-decoration: underline;
}

a.topl:active {
font-family: Tahoma;
color: Red;
font-weight: bold;
font-size: 14px;
text-decoration: none;
}




