﻿html, body
{
    margin: 0;
    padding: 0;
    background-color: #5f3316;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 14px;
}

p
{
    text-align: justify;
}

a, a:link, a:visited, a:active, a:hover
{
    color: #5f3316;
}

a:hover
{
    font-weight: normal;
}

h1
{
    color: #5f3316;
    font-style: italic;
    font-size: 24px;
}