/* Stylesheet.css */

/* Body text and page background */
body{
    font-family: 'Comic Sans MS', Sans-Serif;
    font-size: 14px;
    color: #000000;
    background-color: #94c7d7;
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	text-align:center;
	}

div.background{
	position:relative;
	top:0px;
	left:auto;
	}	


div.pagetable{
	position:relative;
	left:auto;
}

div.hidden{
	overflow:hidden;
	height:473px;
	width:416px;
	text-align:left;
}

div.transparentbg{
	background-image:url(images/transparent.png);
	background-repeat:repeat;
	overflow:auto;
	height:472px;
	width:415px;
	text-align:left;
}




table {border-spacing:0px;}

img {border:0px;}
	
h2 {font-family: 'Comic Sans MS', Sans-Serif;
	font-size:22px;
	color:#C00;
}

h3 {font-family: 'Comic Sans MS', Sans-Serif;
	font-size:18px;
	color:#002afe;
}

h4 {font-family: 'Comic Sans MS', Sans-Serif;
	font-size:20px;
	color:#060;
}

a:link {
	color:#ffffff;
	text-decoration:none;
	
}

a:visited {
	color:#ffffff;
	text-decoration:none;
}

a:active {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#999;
	text-decoration:none;
}

