﻿body
{
    font-family: Tahoma;
    font-size: small;
    color: #242021;
    background-color: #70D1F7;
    width:800px;
    margin:20px auto 20px auto;
}

h1
{
    margin: 0px;
    margin-bottom: 10px;
    font-size: 14pt;
    color: #263F82;
}

h2
{
    margin: 0px;
    margin-bottom: 5px;
    font-size: 12pt;
    color: #0079C2;
}

a
{
    color: #263F82;
    cursor: pointer;
    text-decoration: none;
}

a:hover
{
    color: #0079C2;
    cursor: pointer;
    text-decoration: none;
}

hr
{
    border: solid 2px #F48221;
}

.strapline
{
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #EC1D25;
    color: White;
    font-weight: bold;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

.strapline a
{
    cursor: pointer;
    color: White;
}

.strapline a:hover
{
    cursor: pointer;
    color: #FFF9FF;
}

.footer
{
    margin-top: 0px;
    padding: 5px;
    background-color: #0178C2;
    color: White;
    font-weight: bold;
    border-top: solid 1px black;
}

.footer a
{
    cursor: pointer;
    color: White;
}

.footer a:hover
{
    cursor: pointer;
    color: #FDCB08;
}
