html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	}

body {
	font-size: 1em;
	font-family: 'trebuchet ms', arial, helvetica, geneva, sans-serif;
	font-weight: normal;
	color: #222;
	background-color: #fff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	}

#page{
	background-color: #fff;
	width: 780px;
	margin: 10px 0 5px 0;
	padding: 0;
	}

#title{
	font-family: 'georgia', times new roman, serif;
	}

#nav{
	width: 100%;
	color: #fff;
/*	border-top: 2px solid green;
	border-bottom: 1px solid green; */
	text-align: left;
	}

#nav ul, #nav ul li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 5px;
	padding-right: 20px;
	line-height: 1.7em;
	}

#content {
	width: 97%;
	margin: 0;
	padding: 10px;
	text-align: justify;
	line-height: 1.4em;
	}

#footer{
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 20px 0 5px 0;
	}

a {
	color: blue;
	text-decoration: underline;
	}
	
a:hover {
	color: #000;
	background-color: yellow;
	text-decoration: none;
	}

h1 {
	font-size: 3.6em;
	font-weight: normal;
	font-family: 'georgia', times new roman, serif;
	line-height: 1.2em;
	margin: 5px 10px 2px 0;
	display: inline;
	}

h1, a h1 {
	color: black;
	text-decoration: none;
	}

h2 {
	font-size: 2em;
	font-weight: bold;
	font-family: 'tahoma', arial, verdana, sans-serif;
	color: #666;
	border-bottom: 1px solid maroon;
	line-height: 1em;
	}

h3 {
	font-size: 1.4em;
	text-decoration: underline;
	}