/* File: Style sheet */

H1 {
	 text-decoration: none;
	 font-family: "Courier New", Courier, monospace;
	 font-size: 35pt;
	 font-weight: bold;
	 color: Black;
}

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;
}

H4 {
	 text-decoration: none;
	 font-family: "Courier New", Courier, monospace;
	 font-size: 14pt;
	 color: Black;
}

P {
	 text-decoration: none;
	 font-family: "Courier New", Courier, monospace;
	 font-size: 10pt;
	 color: Black;
}

A {
	 text-decoration: none;
	 font-family: "Courier New", Courier, monospace;
	 font-size: 10pt;
	 color: Black;
}

.TITLE {
	 position: absolute;
	 left: 15pt;
	 font-family: "Courier New", Courier, monospace;
	 width: 100pt;
	 height: 20pt;
	 z-index: 10;
	 font-size: 15pt;
}

.SUBMENU {
	 position: absolute;
	 left: 25pt;
	 width: 140pt;
	 height: 20pt;
	 background-color: #90EE90;
	 visibility: hidden;
	 font-size: 15pt
}

A:LINK {
	  text-decoration: none;
}

A:VISITED {
	 text-decoration: none;
}

A:ACTIVE {
	 text-decoration: none;
}

DIV { position:absolute;
	  top:30px;
	  left:20px;
}

.LIGHT {
		top:-1;
		left:-2;
		color: white;
		font-family: "Courier New", Courier, monospace;
	 	font-size: 32pt;
	 	font-weight: bold;
}

.SHADE {
		top:+1;
		left:-2;
		color:black;
		font-family: "Courier New", Courier, monospace;
	 	font-size: 32pt;
		font-weight: bold;
}

.FILL {
		top:0;
		left:+2;
		color:#FFA500;
		font-family: "Courier New", Courier, monospace;
	 	font-size: 32pt;
	 	font-weight: bold;
}


