﻿body
{ 
    margin:10px; 
    padding:0;
    height: 100%;
    background-color: #101010;

    font-family: Arial;
    font-size: 12px;
    color: #222222;  

} 

h1
{
    font-family: Arial;
    font-size: 22px;
    color: #222222;
    margin-bottom: 6px; 
}

h2
{
    font-family: Arial;
    font-size: 12px;
    color: #222222;
    text-decoration: underline;
    font-weight: normal;
}


.content, .content tr, .content td
{
    font-family: Arial;
    font-size: 12px;
    color: #222222;  
}

.content
{
    background-image: url('/images/dot_ffc7ee.gif');
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
}

a, a:visited
{
    text-decoration: none;
    color: #6666cc;
    font-weight:normal;
}

a:hover
{
    text-decoration: none;
    color: #4444aa;
    font-weight:normal;
}


