body    { color: #666; font-family: Georgia;
width: 700px;
	margin-right: auto;
	margin-left: auto;
}
p { color: #666;
	position: relative;
}
h3    { font-size: 2em; font-family: Georgia;
	text-align: center;
}
h2  { font-size: 1.5em; font-family: Georgia }
li   { color: #666; font-size: 1em; font-family: Georgia }

a       { 
color: #666; 
font-size: 1em
}

ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

ul.nav a {
	border: none;
	border-bottom: none;
	padding: 5px 15px 5px 15px;
	margin-right: 5px;
	background-color: #EAEAEA;
	text-decoration: none;
	color: #333;
	font-size: .75em;
}

ul.nav a:hover {
	color: white;
	background-color: gray;
}

ul.nav li {
	display: inline;
}

*html ul.nav a {
height: 1px;

}

.copyright {
	font-size: .75em;
}

.ticker {
	color: #54321d;
	font-variant: small-caps;
	font-size: .9em;
}

.ticker a {
	
}

