H1
{
	font-family : "Tahoma", sans-serif;
	font-size : 48px;
	font-weight : bold;
}

H2
{
	font-family : "Times New Roman", serif;
	font-size : 24px;
	color: #006699
	font-weight : bold;
}

H3
{
	font-family : "Tahoma", sans-serif;
	color : #006699;
	font-size: 16px;	
}

H4
{
	font-family : "Times New Roman", sans-serif;
	font-size : 17px;
	font-weight : bold;
}

P
{
	font-family : "Tahoma", sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 10px;
	align: left;
}

UL
{
	font-family : "Tahoma", sans-serif;
	font-size: 13px;
}

OL
{
	font-family : "Tahoma", sans-serif;
	font-size: 13px;
}

a
{
	font-family : "Tahoma", sans-serif;
	font-size: 13px;
	font-variant: small-caps;
}

a:link
{
	color: #006699;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

a:visited
{
	color: #006699;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;

}

a:hover
{
	color: #006699;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

hr
{
	color : #006699;
	width : 75%;
	size : 1px;
}