/*
 * GraceConley.css Style Sheet
 *
 * (c) 2016 GraceConley
 * All Rights Reserved.
 */
body {
	font-size: 18px;
	color: black;
	background-color: white;
	max-width: 784px;
	height: 50px;
	margin-left: 1em;
}
table.mainmenu {
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	max-width: 784px;
	background-color: #333;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
table.mainmenu tr td {
	border: 0;
	margin: 0;
	padding: 0;
	width: 20%;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
	color: white;
	background-color: #333;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000333), color-stop(100%,#000999));
}
table.mainmenu tr td.active {
	background-color: #496518;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#649222), color-stop(100%,#496518));
}
table.mainmenu tr td:hover:not(.active) {
	background-color: #111;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000999), color-stop(100%,#000333));
}
table.mainmenu tr td a {
	color: white;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #496518;
	font-weight: bold;
	width: 80%;
	max-width: 815px;
	border-bottom: 8px solid #496518;
}
h2 {
	font-size: 18px;
	color: #000999;
	margin: 0;
	padding: 0;
}
.eof {
	width: 100%;
	max-width: 784px;
	font-size: 10px;
	margin-top: 15em;
	border-top: solid 1px #dddddd;
	color: #dddddd;
	display: block;
	height: 5em;
}
.req {
	color: red;
	font-size: 12px;
	margin-left: 5px;
}

/* EOF */
