/* File: Style sheet */

H1 {
	 text-decoration: none;
	 font-family: "Courier New", Courier, monospace;
	 font-size: 40pt;
	 font-weight: bold;
	 color: green;
}

H2 {
	 text-decoration: none;
	 font-family: "Courier New", Courier, monospace;
	 font-size: 18pt;
	 font-weight: bold;
	 color: black;
}

H3 {
	 text-decoration: none;
	 font-family: "Courier New", Courier, monospace;
	 font-size: 10pt;
	 font-weight: bold;
	 color: black;
}

P {
	 text-decoration: none;
	 font-family: "Courier New", Courier, monospace;
	 font-size: 10pt;
	 font-weight: bold;
	 color: black;
}

A {
	 text-decoration: none;
	 font-family: "Courier New", Courier, monospace;
	 font-size: 10pt;
	 font-weight: bold;
	 color: black;
}

A:LINK {
	text-decoration: none;
}

A:VISITED {
	 text-decoration: none;
}

A:ACTIVE {
	 text-decoration: none;
}



