function findPos(obj){
var posX = obj.offsetLeft;var posY = obj.offsetTop;
while(obj.offsetParent){
posX+=obj.offsetParent.offsetLeft;
posY+=obj.offsetParent.offsetTop;
if(obj==document.getElementsByTagName('body')[0]){break}
else{obj=obj.offsetParent;}
}
return [posX,posY]
}

 body {
	background: url(images/hwn_shrt2.gif);
	font:;
	font-weight: bold;
	background-attachment: fixed;
	color: black;
}

h1 {
	font-family: Harlow Solid Italic;
}

h2 {
	font-family: Magneto;
}

h4 {
	font-weight: lighter;
}

td {
	font-weight: lighter;
}
td.c7 {
	color: #0900b2;
	font: 30px "Harlow Solid Italic", "Times New Roman";
	font-weight: bolder;
	border: 1px solid #0900b2;
}
td.c8 {
		color: #eb000f;
	font: 40px "Harlow Solid Italic", "Times New Roman";
	font-weight: bolder;
}
td.c9 {
	border-bottom: thin groove white;
}
a:link
{
	color: #0900b2; 
}
a:visited
{
	color: #FFD500; 
} 
a:active 
{
	color: red;
}

A:hover   {	color: #6100b2; }


.class25 A:link    { color: blue; }
.class25 A:visited { color: #00bfff;  }
.class25 A:active  { color: #87ceeb; }
.class25 A:hover   {	color: Red; }

td.c9 {
	color: #0900B2;
	font-weight: bold;
	font-family: "Comic Sans MS";
}

td.ci {
	width: 750;
	height: 45;
	background: url(images/hula_girl_anim.gif);
}
