* {
    margin: 0px;
    padding: 0px;
}

body {
	background: url(../images/clouds.gif);
	background-repeat: repeat;
	font: normal small Georgia, "Times New Roman", Times, serif;
}

header {
	display: none;
	margin-top: 10px;
	border: 5px solid #00008B;
	border-radius: 10px;
	text-align: center;
	font-size: 1em;
	font-style: italic;
	background-color: #1E90FF;
	color: white;
	text-decoration: none;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding: 0.4em 0.4em 0.2em 0.2em;
}

section{
	margin-bottom: 5em;
}

table{
	margin: 2em auto 0px;
	width: 80%;
	border-collapse: collapse;
	color: white;
	font-size: 3em;
	border-radius: 2px;
	background-color: #48D1CC;
	text-align: center;
}

th, td{
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: 2px solid #00008B;
}

footer{
	display: none;
	clear: both;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	border-top: 1.2px solid #00008B;
	background-color: #1E90FF;
	padding: 0.5em;	
}            