body
{
	font-family: 'Comic Sans MS';
	color: blue;
}
a
{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
h1
{
	font-weight: bolder;
	font-size: x-large;
	color: blue;
	font-variant: small-caps;
}
h2
{
	font-weight: bolder;
	font-size: Medium;
	color: blue;
}
.Header
{
	font-weight: bold;
	font-size: large;
	color: blue;
	font-family: 'Comic Sans MS';
	font-variant: small-caps;
}

.Footnote
{
	font-size: x-small;
	text-align: justify;
}
.TD_Header
{
	color: white;
	background-color: blue;
}
.TableBorder
{
	border-right: blue thick ridge;
	border-top: blue thick ridge;
	border-left: blue thick ridge;
	border-bottom: blue thick ridge;
}

