﻿body
{
    background-color: #000000;
}

div.lucas
{
    width: 100%;
    height: 800px;
    background-color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
        width: 80%;
        margin: 0px auto 0px auto;
        padding: 1em;
}

h1.lucas
{
    color: #FF0000;
    font-weight: bold;
    font-size: 20pt;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

h2.lucas
{
    font-size: 15pt;
    font-weight: bold;
    color: #000080;
    text-align: center;
}

p.lucas
{
    font-size: 12pt;
    color: #000000;
    text-align: center;
    margin-top: 2em;
    font-family: Verdana;

}

p.lucas a
{
    font-weight: bold;
    text-decoration: underline;
}

p.lucas a: hover
{
    color: #FF0000;
}