
body,td,th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: black;
}
body {
	background-color: white;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000033;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000033;
}

p {
	text-indent:1em; 
	margin:.3em 11px 0 0;
}

h1 {
	font-size:medium;
	color: #003333;
}
h2 {
	font-size: large;
	color: #663333;
}

#nav
	{
	font-size:small;
	font-weight:400;
	letter-spacing:.1em;
	padding:0;
	width:161px;
	height:400px;
	border-left:1px solid gray;
	margin:0;
	padding:0;
	text-transform:capitalize;
	}

#nav ul
	{
	text-align:right;
	margin:0;
	padding:5px 0 5px 0;
	}

#nav ul li
	{
	list-style-type:none;
	}

#nav ul li a
	{
	display:block;
	width:100%;
	height:1em;
	line-height:1em;
	color:black;
	margin:1em 0 1em 0;
	padding:0;
	text-decoration:none;
	}

#nav ul li a:hover
	{
	color:gray;
	text-decoration:none;
	list-style-type:none;
	}


#contact 
	{
	margin:0;
	padding:0;
	color:black;
	letter-spacing:.08em;
	font-size:small;
	}

#contact ul
	{
	margin:0;
	padding:0;
	}

#contact li 
	{
	list-style-type:none;
	margin-bottom:2px;
	}

#contact a
	{
	color:black;
	text-decoration:none;
	}


#contact a:hover
	{
	color:gray;
	text-decoration:none;
	}
