td.MainMenuButton
{
    background-color:#0184b6;
    border:1px solid #0184b6;
    text-align:center;
    font-size:10pt;
    font-weight:bold;
    color:white;
}

td.MainMenuButton:hover
{
    border:1px solid white;
    text-align:center;
    font-size:10pt;
    cursor:pointer;
}