/* Scrollbar properties are only supported by Internet Explorer 5.5  */
body {
	scrollbar-3dlight-color : #228B22;
	scrollbar-arrow-color : #3CB371;
	scrollbar-base-color : #006400;
	scrollbar-darkshadow-color : Green;
	scrollbar-face-color : #556B2F;
	scrollbar-highlight-color : #556B2F;
	scrollbar-shadow-color : #556B2F;
	scrollbar-track-color : #008B8B;
	background : url(image001.jpg);
	border-top-style : double;
	border-top-color : #228B22;
}
H1 {
	font-size : xx-large;
	font-family : "Cooper Black";
	color : #2E8B57;
}
H2 {
	font-family : "Cooper Black";
	font-size : x-large;
	color : #228B22;
}
H3 {
	font-family : "Cooper Black";
	font-size : large;
	color : #228B22;

}

	A:LINK {
	color : blue;
}

  A:VISITED {
	color : Blue;
}
A:ACTIVE {
	color : Lime;
}



UL{
  list-style-type : disc;
  list-style-image : url(smarrows.gif);
  font-size : 18px;
  font-family : "Cooper Black";
  text-decoration : blink;
  text-indent : 0px;
}
