﻿

/* ============================================= */

* 
{
    margin: 0px;
    padding: 0px;
}


body
{
	width: 100%;
    height: 100%;
    min-width: 240px;

    background-color: #101010;

    font-family: Arial;
    font-size: 12pt;
    font-weight: normal ;
    color: #FFFFFF;
}


header, footer
{
    width:100%;

    background-color: #0066CC;

    text-align: center;

    position: fixed;
    z-index:10;
    cursor: default;

    height: 40px;
    padding: 1px;
}

header
{
    top: 0px;
    background-image: linear-gradient(to bottom, #0066CC, #101010);
}

content 
{
    display: block;
    margin: 100px auto 30px;
}

footer
{
    bottom: 0px;
    background-image: linear-gradient(to top, #0066CC, #101010);
}

#div_body h1 
{
    font-size: 20pt;
    color: #FFCC00;
    text-align: center;
}

#div_body h2 
{
    font-size: 16pt;
    color: #FFCC00;
}

#div_body h3
{
    font-size: inherit;
    color: #FFCC00;
}