﻿body, p, input, textarea
{
    font-family: Verdana;
    font-size: 10pt;
}

h1
{
    font-family: Verdana;
    font-size: 18px;
}

h2
{
    font-family: Verdana;
    font-size: 16px;
}

h3
{
    font-family: Verdana;
    font-size: 14px;
}

h4
{
    font-family: Verdana;
    font-size: 12px;
}

a:link, a:visited
{
    color: #FF0000;
}

a:hover, a:active
{
    color: #900B09;
}

hr
{
    color: #FF0000;
}

body
{
    background-color: #900B09;
}

div.wrapper
{
    padding: 10px 50px 10px 50px;
    background-color: #FFFFFF;
    width: 600px;
    text-align: left;
}

p.center
{
    text-align: center;
}