﻿@import url("layout.css");
body {
	font-family: "Bradley Hand ITC", "Comic Sans MS", Arial;
	background-color: #D3D9D6;
}
#container {
	background-color: #EDEFEE;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Footer */
#footer p {
	font-size: xx-large;
	color: #000033;
}
/* Links */
a {
	color: #00006A;
}
a:hover {
	color: #800080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}

