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

a:hover {
	text-decoration: none;
}

.para {
	font-size: .9em;
}

img {
	padding-right: 20px;
	float: left;
}

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;

}

