body.frontpage {
	background-color: #000040;
	font-family: Lucida Sans Unicode;
	color: black;
}

body.frontpage p.banner {
	border-style: solid;
	border-color: white;
	background-color: #000000;
	color: red;
	width: auto; 
	height: auto;
	text-align: center;
	margin-left: 10%;
	margin-top: 20%;
	margin-right: 10%;
	font-size: 300%;
}

body.frontpage p.notice {
	font-family: Courier;
	color: white;
	font-size: 75%;
	font-weight: italic;
	position: absolute;
	left: 25%;
	right: 25%;
	bottom: 0;
	text-align: center;
}

