﻿body, td, input, button, select
{
    font-family: Arial;
    font-size: 14px;
    color: black;
}

a
{
    color: #777777;
}

a:hover
{
    color: #fe9637;
}

table.menu td.menuitem
{
    padding-left: 25px;
}

table.menu td.menuitem a
{
    font-weight: bold;
    text-decoration: none;
    color: White;
}

table.menu td.menuitem a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: #fe9637;
}

table.menu td.search input.str
{
    color: #777777;
    font-size: 14px;
}

table.player a
{
    color: White;
    text-decoration: none;
    font-size: 14px;
}

table.player a:hover, table.player a.over
{
    color: #fe9637;
    text-decoration: none;
    font-size: 14px;
}

a.username
{
    color: #1c2a69;
    text-decoration: none;
}

a.username:hover
{
    color: #fe9637;
    text-decoration: none;
}
