a:link {
	color: blue;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 12pt;
}
a:visited {
	color: blue;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 12pt;
}
a:hover {
	color: blue;
	text-decoration: underline;
	font-family: Helvetica;
	font-size: 12pt;
}

table {
border-width: 1px;
border-style: solid;
border-color: black;
border-collapse: collapse;
}

H1 {
color: black;
font-size: 12pt;
font-family: Helvetica;
padding: 0;
margin: 0;

}

H2 {
color: black;
font-size: 18pt;
font-family: Helvetica;
}

H3 {
color: black;
font-size: 12pt;
font-family: Helvetica;
}

H4 {
color: maroon;
font-size: 12pt;
font-family: Helvetica;
}

H5 {
color: white;
font-size: 14pt;
font-family: Helvetica;
}

