<style>

<style type="text/css">



A:link {color: blue} /* unvisited link */

A:visited {color: blue} /* visited link */

A:hover {background-color: #656CA3; color: #FFFFFF; text-decoration: none;

} /* mouse hovers */

A:active {color: green} /* active link */

A{text-decoration:none} 

A:hover {color: white; text-decoration: none; font-weight: bold}



H1{font-size=18pt; font-family: arial}

</style>



.tableFormat {

	border: thin solid #000000;

}

.margins {

	margin-left: 30px;

	margin-top: 2px;

	margin-bottom: 3px;

}

.tablePadding {

	padding-top: 2px;

	padding-bottom: 2px;

	font-family: Arial;

	font-size: 14px;

	font-weight: bold;

}
