﻿body {
    font-size: 12pt;
    color: black;
    font-family: Arial;
    background-color:#b38afd;
}
h1 
{
    font-size: 36pt;
    color: #545c6b;
    font-family: Magneto;
    text-align:center;
    }
h2 
{
    font-size: 24pt;
    color: #545c6b;
    font-family: Arial;
    text-align:center;
    }
p
{
    font-size: 12pt;
    color: black;
    font-family: Arial;
}
a
{
    font-size: 12pt;
    color: #003366;
    font-family: Arial;
    text-decoration: underline;
}

.footer 
{
    font-size: 10pt;
    color: black;
    font-family: Arial;
}