body {
	background-color: #0066CC;
	color: #ffffff;
	font-family: 'Comic Sans MS';
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.bar1 {
        background-color: #0066CC;
        background-image:url('http://yourfairyland.com/images/slice1.jpg');
        font-size: 26px;
}
.bar2 {
        background-color:#3ec7f3;
}
.bar3 {
        background-color:#3ec7f3;
        background-image:url('http://yourfairyland.com/images/slice2.jpg');
}
.bar4 {
        background-color:#3ec7f3;
}
.bar5 {
        background-color: #0066CC;
        background-image:url('http://yourfairyland.com/images/slice1.jpg');
        font-size: 26px;
}
.maincontent {
        background-image:url('http://yourfairyland.com/images/640x480.jpg');
        background-color:#3ec7f3;
        font-size: 16px;
        color: #000033;
}
.content {
        background-color:#3ec7f3;
        font-size: 16px;
        color: #000033;
}

td {
	font-size: 16px;
}
p {
	font-size: 16px;
	color: #000033;
}
.footer {
	font-size: 20px;
}
A:link {text-decoration: none; color:#ffffff;} 
A:visited {text-decoration: none; color:#ffffff;}
A:hover {text-decoration: underline; color: #ffffff;}
A:active {text-decoration: none; color:#ffffff;}
.copyright {
	font-family: Helvetica;
	font-size: 10px;
	color: #aaaaaa;
}
a.bar5:link {text-decoration: none; color:#000000;} 
a.bar5:visited {text-decoration: none; color:#000000;}
A.bar5:hover {text-decoration: underline; color: #000000;}
a.bar5:active {text-decoration: none; color:#000000;}
.play {
	font-size: 26px;
}
.warning {
	color: #ff0000;
	font-size: 18px;
}
.container {
	width:98%;
	height:400px;
	font-family:Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	overflow:auto;
	text-align:left;
	background-color:#91ACFB;
	padding:0px;
	border:medium;
	border-color:#002800;
	border-style:groove;
	color:#000000;
	font-size: 10px;
}
#displaybox {
	z-index: 10000;
	filter: alpha(opacity=90); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE */
	-moz-opacity: .90; /*older Mozilla*/
	-khtml-opacity: 0.9;   /*older Safari*/
	opacity: 0.9;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;
	overflow:auto;
}

