﻿body
{
    font-family: Arial;
}
h1
{
    font-size: larger;
    font-family: Lucida Sans;
    color: #660033;
}
h2
{
    font-family: Lucida Sans;
    color: #660033;
    font-weight: bold;
    font-size: 12pt;
}

A:link
{
	font-weight: bold;
	color: #660033;
	text-decoration: underline;
}
A:visited
{
	font-weight: bold;
	color: #660033;
	text-decoration: underline;
}

