*
{
    margin: 0;
}

p
{
    padding: 5px 0px;
}

html, body, form
{
    height: 100%;
}

body
{
    font-family: Arial;
    color: #666666;
    background-image: url(/resources/images/bg.png);
    background-repeat: repeat-x;
    background-color: #b6bf1d;
}

h1, h2, h3, h4
{
    color: #666666;
}

a
{
    text-decoration: underline;
    color: #666666;
    border: 0px;
}
img
{
    border: 0px;
}

h1
{
    font-size: 30px;
    padding-bottom: 10px;
}

h2
{
    font-size: 22px;
    padding-bottom: 6px;
}

h3
{
    font-size: 18px;
    padding-bottom: 4px;
    }