﻿body
{
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffffff;
    font-family: Georgia, Verdana, Arial;
    font-size:medium;
}

h1
{
    font-family:Georgia, Verdana, Arial;
    font-size:18pt;
    color:#ff3;
}

h2
{
    font-family:Georgia, Verdana, Arial;
    font-size:14pt;
    color:#ffc;
}

h3
{
    font-family:Georgia, Verdana, Arial;
    font-size:10pt;
    color:#ffc;
}

h4
{
    
    font-family: Arial;
    font-size:9pt;
}

h5
{
    
    font-family: Arial;
    font-size:11pt;
    color:#ffc;
}

p
{
    
    font-family: Georgia, Verdana, Arial;
    font-size:12pt;
}


a:link {color:#9cf; text-decoration:none;}
a:visited {color:#fcf; text-decoration:none;}
a:hover {color:#ff9; text-decoration:underline;}
a:active {color:#ff9; text-decoration:none;}
