a:link
{
	color: rgb(72,72,72); 
}
a:visited
{
	color: rgb(72,72,72); 
} 
a:active 
{
	color: rgb(0,102,102);
}
body
{
	font-family: Arial, Helvetica;
	background-color: white;
	background-image: url('images/IMGP4928.JPG');
	color: black;
}
img {
	border: 3px solid #FFFFFF;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, sans-serif;
	color: black;
}
table {
	font-size: 90%;
}

/* Main */
div#main {
	background-color: white;
	width: 55%;
	position: absolute;
	left: 400px;
	top: 40px;
}
div#main h1 {
	margin: 10px;
	font-size: 180%;
}
div#main h2 {
	margin: 10px;
	font-size: 130%;
}
div#main p {
	background-color: white;
	margin: 10px;
}

/* Footer */
div#footer {
	background-color: white;
	height: 50px;
	width: 90%;
	position: absolute;
	left: 40px;
	top: 800px;
}
div#footer p {
	margin: 15px;
	text-align: center;
}