BODY
{
    FONT-SIZE: smaller;
    FONT-FAMILY: Tahoma, Arial, 'sans serif'
}
A
{
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: red;
    TEXT-DECORATION: underline
}
.nav_bar
{
    COLOR: white;
    FONT-FAMILY: Tahoma, Arial, sans-serif
}
A.white
{
    COLOR: white
}
A.white:hover
{
    COLOR: white
}
.navigator
{
    FONT-SIZE: smaller;
    FONT-FAMILY: Tahoma, Arial, 'sans serif'
}
.warning
{
    FONT-WEIGHT: bold;
    COLOR: red
}
A:visited
{
    COLOR: blue
}
