﻿body 
{
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    font-family: Arial;
    font-size: 14px;
}

p#large 
{
    font-size: 20px;
    font-weight: bold;
}

p#small 
{
    font-size: 11px;
}

p#strong 
{
    font-weight: bold;
}

#red 
{
    color: red;
    text-decoration: underline;
}

#italics 
{
    font-style: italic;
}

a 
{
    text-decoration: underline;
    color: blue;
}

a:hover 
{
    text-decoration: none;
    color: blue;
}

a:visited 
{
    text-decoration: underline;
    color: blue;
}