body {
margin:auto;
		padding:0;
		border:0;
		font-size:90%;
		text-align:center;
		font-family: 'Comic Sans MS', 'Comic Sans MS5', cursive;
		color:#fff;
	}
	a {
		color:#FFFF66;
		text-decoration:underline;
	}
	
	a:visited {
	color:#cc9900;
	text-decoration:underline;
	}
	
	a:hover {
		color:#cc0000;
		text-decoration:none;
	}
h1 { font-family: 'Comic Sans MS', 'Comic Sans MS5', cursive; font-size: 250%;  color: #000000}
h2 { font-family: 'Comic Sans MS', 'Comic Sans MS5', cursive; font-size: 90%;  color: #000000}
h3 { font-family: 'Comic Sans MS', 'Comic Sans MS5', cursive; font-size: 108%;  color: #cc0000}

	h1, h2, h3{ margin-top:6px; /*fixes IE to give same margins as other browsers*/
	}
	
div {
    overflow: visible;
}
img {
    border: none;
}
