html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6f7b93;
	background-image: url(tile.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: center;
	padding: 0px;
	margin-top: 20px;
}
h3 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:link, a:hover, a:active, a:visited {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
#footer {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	width: 250px;
	margin-top: 10px;
	margin-left: 5px;
	float: left;
}

