﻿body 
{
    font-family: Times New Roman;
    font-size: small;
    background-color: White;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

p
{
    text-indent: 1.5em;   
}

.header
{
    color: Red;
    text-decoration: underline;
}

.footer
{
    font-size: xx-small;
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
}
.footer a:link {
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: Black;
}
.footer a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.footer a:active {
	text-decoration: none;
	color: #FF0000;
}

.faq a {
	font-family: Arial, Helvetica, sans-serif;
	color: Maroon;
}
.faq a:link {
	text-decoration: underline;
}
.faq a:visited {
	text-decoration: underline;
	color: Maroon;
}
.faq a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.faq a:active {
	text-decoration: underline;
	color: #FF0000;
}