BODY {
	font-family : "Courier New", Courier, monospace;
	font-size : 10px;
}

A:LINK, A:VISITED {
	color : Gray;
	text-decoration : none;

}

A:HOVER {
	color : #00009F;
	text-decoration : none;
}

H1 {
	color : Black;
	font-family : "Courier New", Courier, monospace;
	font-size : 200%;
		}

H2 {
	color : Black;
	font-family : "Courier New", Courier, monospace;
	font-size : 160%;
		
}

H3 {
	color : Gray;
	font-family : "Courier New", Courier, monospace;
	font-size : 140%;
		
}

H4 {
	color : Gray;
	font-family : "Courier New", Courier, monospace;
	font-size : 115%;
	}

H5 {
	color : Gray;
	font-family : "Courier New", Courier, monospace;
	font-size : 100%;
	font-weight : 900;
}

CAPTION {
	font-family : "Courier New", Courier, monospace;
	font-weight : 800;
}

TABLE {
	font-family : "Courier New", Courier, monospace;
	
}

.justify {  text-align: justify}