﻿body
{
    font-family: Arial;
    color: white;
}
a:link
{
    color: white;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: underline;
}
a:visited
{
	color: white;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}
h1
{
	font-weight: bold;
	font-size: 16pt;
	font-variant: small-caps;
}
h2
{
	font-weight: bold;
	font-size: 14pt;
	font-variant: small-caps;
}
