﻿body
{
    background-color: #2f302a;
    font-family: Verdana;
    font-size: 11px;
}

.whiteBold
{
    font-weight: bold;
    color: White;
}

.whiteLinks
{
    color: #f0ead9;
    text-transform: capitalize;
}

.textBox
{
    font-size: 11px;
    font-family: Verdana;
    border: none;
    font-weight: normal;
    padding: 2px;
}

.tbSmall
{
    width: 60px;
    font-size: 11px;
    font-family: Verdana;
}

.tbMedium
{
    width: 110px;
    font-size: 11px;
    font-family: Verdana;
}

.tbBig
{
    width: 170px;
    font-size: 11px;
    font-family: Verdana;
}

.button
{
    background-color: #2f302a;
    border: solid thin #666666;
    color: White;
    font-weight: normal;
    font-family: Verdana;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.listbox
{
    font-size: 11px;
    font-family: Verdana;
    font-weight: normal;
    padding: 2px;
    height: 100px;
}

.smallText
{
    font-size: 11px;
    font-family: Verdana;
}

h1
{
    font-size: 16px;
}


A:active
{
    color:white;
    text-decoration: underline
    
}

A:hover
{
        color:white;
    text-decoration:none;
    
}
A:link
{
        color:white;
    text-decoration: underline
}
A:visited
{
        color:white;
    text-decoration: underline
}

img
{
    border-width:0px;
    
}
