p{ line-height: 1em; }
h1, h2, h3, h4{
    color:orange;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 .5em 0;
	font-family:courier new;
}
h1{ font-size: 1.7em; }
h2{ font-size: 1.5em; }
a{
	color: black;
	text-decoration: none;
}
	a:hover,
	a:active{ text-decoration: underline; }
body{
    font-family: courier new; 
	font-size: 80%; 
	line-height: 1.2em; 
	width: 100%; 
	margin: 0; 
	background:#eee;
}
#page{ margin: 20px; }

#logo{
	width: 35%;
	margin-top: 5px;
	font-family: courier new;
	display: inline-block;
	font-size:20px;
}
#nav{
	width: 60%;
	display: inline-block;
	text-align: right;
	float: right;
}
	#nav ul li{
		display: inline-block;
		height: 62px;
		}
	#nav ul li a{
		padding: 20px;
		background: gray;
		color: white;
			}
	#nav ul li a:hover{
		background-color: #ffb424;
		box-shadow: 0px 1px 1px #666;
			}
	#nav ul li a:active{ background-color: #ff8f00; }

#content{
	margin: 30px 0;
	background: white;
	padding: 10px;
	clear: both;
	font-size:20px;
}
#footer{
	border-bottom: 1px #ccc solid;
	margin-bottom: 10px;
}
	#footer p{
		text-align: right;
		text-transform: uppercase;
		font-size: 15px;
		color: blue;
	}
#content,
ul li a{ box-shadow: 0px 1px 1px #999; }