html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(tile.jpg);
	background-repeat: repeat;
	cursor: crosshair;
}
#container {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container p {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4e886f;
	text-align: center;
	font-weight: bold;
}
a:link, a:hover, a:active, a:visited {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #4e886f;
}
.style1 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #4e886f;
}
#footer {
	float: left;
	width: 250px;
	margin-top: 15px;
	margin-left: 15px;
	text-align: left;
}
h4 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #4e886f;
	text-decoration: underline;
}

