﻿/* --- Element Styles --- */
body
{
    text-align: center;
    padding: 0;
    margin: 0;
}
h1
{
    font-size: 18pt;
    font-family: Verdana;
    font-weight: bold;
    color: Black;
    margin-top: 45px;
}
h2{
    font-size: 14pt;
    font-family: Verdana;
    font-weight: normal;
    color: Black;
}
h2 a, h2 a:visited
{
    cursor: pointer;
    text-decoration: underline;
    color: Black;
}
h2 a:hover
{
    color: Red;
}
p
{
    font-size: 12pt;
    font-family: Verdana;
    color: Black;
    line-height: 16pt;
}
p a, pa:visited
{
    cursor: pointer;
    text-decoration: underline;
    color: Black;
}
p a:hover
{
    color: Red;
}

/* --- Default.aspx Classes and Ids ---*/
.wrapper
{
    margin-top: 50px;
}