BODY {
	
	background-color : #FFFFCC;
}

H2           { font-family: Arial, sans-serif; color: #FF0000; font-size:200%; }

 H5 {
	color : #990000;
	background-color : #FFFFCC;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 125%;
	font-weight : 900;
	margin-top : 1.5em;
}
H4 {
	color : #990000;
	background-color : #FFFFCC;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : 900;
	margin-top : 1.5em;
}

 P{
				margin-left: 25px;
}
Img.under{
					position: absolute;
					top: 10px;
					right: 179px;
					z-index: 300;
}
 Img2.under{
          position: absolute;
          top:400px;
          right: 180px;
          z-index:300;
}
P.over {
				position: absolute;
        z-index: 100;
				font-size: 26pt;
				font-family: sans-serif;
				top: 20px;
				left: 80px;
				color: Blue;
}
IMG.icon {
				float:left;
}
UL {
	background-color : #FFFFCC;
	font:bold 16pt/20pt "Times New Roman" serif normal italic;
	list-style : disc;
}
LI {
	font:bold 14pt/20pt "Times New Roman" serif normal italic;
	background-color : #FFFFCC;
	list-style-type : square;
}
A:HOVER {
	background-color : #6666FF;
	text-transform : uppercase;
	font-weight : 400;
	
}