body {
	text-align: center;
	background-color: #5c94fc;}
#mainDiv{
 width: 100%;}
#header{
	width: 100%;
	height: 24px;}
#gameDiv{}
#instuctionDiv{
	text-align: center;}
#footer{
	width: 100%;
	height: 24px;}
.adDiv{
	width: 200px;
	height: 200px;
	border: none;
	margin: 0px 2px 5px 2px;}
#instructionTbl{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: white;
}
/* World 1 Classes*/
body.world1{
	text-align: center;
	background-color: #5c94fc;}
.headerDivWorld1{
	background-image: url(img/brick_brown.gif);
	background-repeat: repeat-x;}
.highScoreDivWorld1{
	border: solid 3px #c84c0c;
	margin: 0px 2px 5px 2px;
	border-style: outset;}
.footerDivWorld1{
	background-image: url(img/ground_brown.gif);
	background-repeat: repeat-x;}
.highScoreTblWorld1{
	width: 100%;
	font-family: courier;
	font-size: 12px;}
.tableHeadWorld1{
	color: #ffa044;
	background-color: #c84c0c;}
tr.altrowWorld10{
	background-color: #f83800;
	color: white;}
tr.altrowWorld11{
	background-color: #ffa440;
	color: white;}

/* World 2 Classes*/
.headerDivWorld2{
	background-image: url(img/brick_green.gif);
	background-repeat: repeat-x;
}
.highScoreDivWorld2{
	border: solid 3px #007886;
	margin: 0px 2px 5px 2px;
	border-style: outset;
}
.footerDivWorld2{
	background-image: url(img/ground_green.gif);
	background-repeat: repeat-x;
}
.highScoreTblWorld2{
	width: 100%;
	font-family: courier;
	font-size: 12px;
}
.tableHeadWorld2{
	color: #75ffff;
}
tr.altrowWorld20{
	background-color: #02a1af;
	color: black;
}
tr.altrowWorld21{
	background-color: black;
	color: #02a1af;
}
/* World 3 Classes*/
.headerDivWorld3{
	background-image: url(img/brick_white.gif);
	background-repeat: repeat-x;
}
.highScoreDivWorld3{
	border: solid 3px #808080;
	margin: 0px 2px 5px 2px;
	border-style: outset;
}
.footerDivWorld3{
	background-image: url(img/ground_white.gif);
	background-repeat: repeat-x;
}
.highScoreTblWorld3{
	width: 100%;
	font-family: courier;
	font-size: 12px;
}
.tableHeadWorld3{
	color: #ffffff;
}
tr.altrowWorld30{
	background-color: #c0c0c0;
	color: black;}
tr.altrowWorld31{
	background-color: black;
	color: #c0c0c0;}
/* World 4 Classes*/
.headerDivWorld4{
	background-image: url(img/brick_white.gif);
	background-repeat: repeat-x;
}
.highScoreDivWorld4{
	border: solid 3px #ffffff;
	margin: 0px 2px 5px 2px;
	border-style: outset;
}
.footerDivWorld4{
	background-image: url(img/ground_white.gif);
	background-repeat: repeat-x;
}
.highScoreTblWorld4{
	width: 100%;
	font-family: courier;
	font-size: 12px;
}
.tableHeadWorld4{
	background-color: #ffffff;
	color: #5c94fc;
}
tr.altrowWorld40{
	background-color: #5c94fc;
	color: white;}
tr.altrowWorld41{
	background-color: white;
	color: #5c94fc;}