﻿@import url("footer.css");

/* CSS PAGE STYLES */

#footer {
    clear: both;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding:10px;
	overflow: auto;
	background-color:white;
}
#footer p {
	font-size: 0.8em;
	color:blue;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color:maroon;
	text-decoration: underline;
}
#footer a:hover {
	color: Olive;
	text-decoration: none;
}
#copyright
{
	text-align:center;
}