﻿body
{
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	color: #3C5B74;
	background-color: #3C5B74;
	margin: 0px;
}
h1 {
	font-weight: bold;
	color: #3C5B74;
}
h3 {
	font-style: italic;
}
a
{
	color: #3C5B74;
	font-style: italic;
	font-weight: bold;
}
a:visited
{
	font-style: italic;
	color: #696969;
}
a:active
{
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}
a:hover
{
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
hr {
	color: #3C5B74;
	width: 90%;
}
