@charset "UTF-8";
/* CSS Document */

.header p {
	font-family:"Courier New", Courier, monospace;
	font-size:15px;
	margin:5px 15px 5px 10px;
	padding:0;
	color:#eefaef;
	font-weight:bold;
}
.header a:link {
	color: #eefaef;
	text-decoration: none;
}
.header a:visited {
	color: #eefaef;
	text-decoration: none;
}
.header a:hover {
	color: #eefaef;
	text-decoration: underline;
}
.header a:active {
	color: #eefaef;
	text-decoration: underline;
}

.footer p {
	font-size:9px;
	line-height:1.25;
	padding-top:10px;
}
