body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Navy;
}

body {
    background-image: url("images/background.png");
}


a:link {
	text-decoration: none;
	color: Blue;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: Purple;
}


a:hover {
	color: #3399FF;
	font-weight: bold;
}

h1 {
	color: #Navy;
	font: normal bold 24px;
	margin-top: 0px;
	margin-bottom: 3px;
}
h2 {
	color: #Navy;
	font: normal bold 18px;
	margin-top: 0px;
	margin-bottom: 3px;
}
h3 {
	color: #Navy;
	font: normal bold 18px;
	margin-top: 0px;
	margin-bottom: 3px;
}
h4 {
	color: #Navy;
	font: normal bold 18px;
	margin-top: 0px;
	margin-bottom: 3px;
}
h5 {
	color: #Navy;
	font: normal bold 18px;
	margin-top: 0px;
	margin-bottom: 3px;
}
h6 {
	color: #Navy;
	font: normal bold 18px;
	margin-top: 0px;
	margin-bottom: 3px;
}
p
{
	margin-top: 1px;
	margin-bottom: 8px;
}
ul
{
	margin-top: 1px;
	margin-bottom: 8px;
}
ol
{
	margin-top: 1px;
	margin-bottom: 8px;
}
