body { background-color: #336699}

div#page {
	border: solid 4px #770000;
	background-color: #D8D8D8;
	padding: 10px;
	height: 93%
}

h1 {
	text-align: center;
	background-color: #CC9966;
	border: #770000 1px solid;
	border-bottom: 3px #770000 solid;
	border-right: 3px #770000 solid;
	padding: 3px;
}

.casual {
	font-style: italic;
}

a:link, a:visited {
	text-decoration: none;
	color: #336699;
}

a:hover, a:active {
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
}

div#footer {
	text-align: center;
	font-size: 85%;
 color: #770000;
	font-style: italic;
	margin-top: 31%;
}