﻿html
{
    background-color: Black;
}


body
{
    background-color: Black;
    color: #CCCCCC;
}

body, textarea
{
    font-family: Arial;
    font-size: 12px;
}

h1
{
    text-align: right;
    font-size: 11px;
    margin: 0px;
    color: #888888;
    font-weight: normal;
}

h2.big
{
    font-size: 12pt;
}

h2
{
    font-size: 10pt;
    margin: 0px;
}

a
{
    color: White !important;
}

a:hover
{
    color: Red;
}

a img
{
    border-width: 0px;
}

strong
{
    font-weight: normal;
    color: Red;
}

p
{
    line-height: 19px;
}

ul
{
    margin-left: 15px;
    padding-left: 0px;
}

