﻿BODY {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-align: justify
}
	
h1{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	font-style: normal;
	font-size: 14pt;
	color: Navy;
	font-weight: bold;
}

h2{
	font-family: "Arial Narrow", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	font-style: normal;
	font-size: 12pt;
	color: 666699;
	font-weight: bold;
}

h3{
	font-family: "Arial Narrow", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	font-style: normal;
	font-size: 10pt;
	color: 8C0BB7;
	font-weight: bold;
}

p{
	text-align: justify;
}

A {}

A:HOVER {
	color: maroon;
}