﻿body
{
	margin:0;
	font-family: Calibri, Tahoma, Sans-Serif;
	font-size: 15px;
	color: #666666;
	background-color: #FFDB00;
}
body a
{
	color: #666666;
	text-decoration: underline;
}
body a:hover
{
	color: #DB0022;
	text-decoration: underline;
}

h1
{
	padding-top: 5px;
	font-family: Calibri, Tahoma, Sans-Serif;
	font-size: 25px;
	font-weight: bold;
	color: #DB0022;
}

.header
{
	font-family: Calibri, Tahoma, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.header a
{
	color: #000000;
	text-decoration: none;
}
.header a:hover
{
	color: #DB0022;
	text-decoration: none;
}

.footer
{
	font-family: Calibri, Tahoma, Sans-Serif;
	font-size: 15px;
	color: #DB0022;
}
.footer a
{
	color: #DB0022;
	text-decoration: none;
}
.footer a:hover
{
	color: #DB0022;
	text-decoration: underline;
}