body {
	background-color: #CCC;
	}
	
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border: 1px solid black;
	background-color: #FEEAFF;
	width: 700px;
	}
#header{
	display:block;
	background-color: black;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	font-family: "Courier New", "Courier", "Monospace";
	}
#subheader {
	text-align: center;
	font-style: italic;
	background-color: #AAA;
	color: black;
	font-size: 11px;
	font-family: "Courier New", "Courier", "Monospace";
	}
#madlib {
	margin: 10px;
	background-color: white;
	border: 1px dashed black;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Courier-New, Courier, monospace;
	line-height: 1.5em;
	}
	
#title {
	text-align:center;
	border-bottom: 2px solid black;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	}
a.word {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 2px;
	text-decoration: none;
}
a.word:hover {
	border-bottom: 1px solid black;
}
#nav { margin-left: auto; margin-right: auto; }
#nav ul {
	list-style: none;
}
#nav ul li {
	display: inline;
	float:left;
	text-align:center;
	border: 1px solid black;
	}

#nav ul li a{
	width: 150px;
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #CCC;
	text-decoration: none;
	display:block;
	padding: 5px;
}

#nav ul li a:hover {
	background-color: #FFF;
}
#footer {
	text-align: center;
	font-style: italic;
	color: #555;
	}
