﻿body
{
    background-image: url(images/background.jpg);
    font-family: Garamond, 'Times New Roman' , Serif;
    background-repeat: repeat;
    text-align: center;
}

p
{
    clear: none;
    overflow: visible;
    font-family: Garamond, 'Times New Roman' , Serif;
    font-size: 14pt;
}

a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

h1
{
    font-size: 28px;
    text-align: center;
}

h2
{
    font-size: 20px;
    text-align: center;
}

h3
{
    font-size: 16px;
    text-align: center;
}

.footer
{
    font-size: 10pt;
    font-family: Garamond;
    text-align: center;
}
