	H1 {		font-family: "Courier New", Courier, monospace;		font-size: 16pt;		text-align: center;		font-weight: bold;	}	h2 {		color: red;	}	span {		color:blue;	}	H3 {text-align : center;		font-family : "Courier New", Courier, monospace;		font-size : 14pt;		margin-left : 10%;		margin-right : 10%;	}	P,UL,TD {		font-family: "Courier New", Courier, monospace;		font-weight: bold;		font-size: 12pt;	}	A {		color :#cc3366;		font-family : "Courier New", Courier, monospace;		font-size : 12pt;		font-weight : bold;		text-decoration : underline;	}