@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Comic Sans MS, cursive;
	font-size: 14px;
	color: #FFF;

}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#header {
	background-image:url(/style/header.jpg);
	width:1024px; 
	height:185px;
}

#headerind {
	background-image:url(/style/headerin.jpg);
	width:1024px; 
	height:420px;
}
#body {
	background-image:url(/style/body.jpg);
	width:1024px; 
	
}
#footer {
	background-image:url(/style/footer.jpg);
	width:1024px; 
	height:20px
}
	#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 691px;
	top: 196px;
}
}

A:link { font-size:40; color: #FFF}
A:visited { color: #FFF}
A:active { color: #CCC}
A:hover {font-size:32; font-weight:bold; color: #900}
