﻿body
{
    background-color: #131313;
    color: #fff;
    font-family: SegoeUI, Helvetica, Arial, Sans-Serif;
    margin: 200px 0 0 0;
    background-image: url(/App_Components/Appearance/Default/images/header.gif);
    background-position: top center;
    background-repeat: no-repeat;
}
H1, H2, H3, H4, H5, H6
{
    color: #f5f59f;
}
div.colborder
{
    padding-right: 23px;
    margin-right: 20px;
    border-right: 1px solid #2e2e2f;
}
a:link, a:visited, a:active
{
    color: #9fd4f5;
}
a:hover
{
    color: #d2e9f7;
}
