<style>
	BODY {
		color: #800000;
		background-color: White;
		font-family: Arial, Helvetica, sans-serif, sans-serif;
		font-size: 12;
	}
	H2 {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size :20;
		font-style : normal;
		font-weight : bold;
		color: #800000;
		height : auto;
	}

	A {
		text-decoration: none;
		color : #FF0033;
		font-size : -1px;
	}

	A:HOVER {
		color: Fuchsia;
		text-decoration: underline;
	}
	td{
		font-size: 12;
	}
	th {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 16;
		color: #00008B;
		margin-left : 10px;
	}



	p {
		font-size : x-small;
		font-weight : bold;
		color : Blue;
	}
</style>
