	BODY, TD {
		background-color: #b4ddc7;
		font-family: "Arial", sans serif;
		font-size: 10pt;
		text-align: left;
		margin-left: 10px;
		margin-right: 5px;
	}
 
	A {
		color: blue;
	}

	A:Hover {
		color: red;
	}

    H1 {
    		font-family: "Arial", sans serif;
		font-size: 18pt;
		text-align: center;

    }
	H2 {
		font-family: "Times New Roman", serif;
		font-size: 18pt;
		text-align: center;
	}
	H3 {
		background-color: #9f9f9f;
		font-family: "Times New Roman", serif;
	    font-weight: bold;
		font-size: 16pt;
		text-align: center;
		color: white;		
		margin-left: 0px;
		margin-right: 0px;
	}






