.Header {
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	letter-spacing: .2em;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
	word-spacing: .2em;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;



}
a {
	color: #CC9966;
	text-decoration: none;
}
.specialimage {
	padding: 5px;
	border: 1px solid #333333;
	margin: 5px;


}
.nav {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #FFFFFF;
	height: 90%;
	text-align: center;


}
.nav:hover {

	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #FFFFFF;
	height: 90%;
	text-align: center;
}
.nav:focus {


	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #FFFFFF;
	height: 90%;
	text-align: center;
}
