body {
  margin: 0;
  padding: 0;
}

a:link, a:visited	{
  border-bottom: 1px dotted green;
  color: green;
  text-decoration: none;
}

a:hover {
  border-bottom:1px solid green;
}
  
h3	{
	margin: 10px;
	font-family: courier;
	font-size: 18px;
	color: black;
}

h4	{
	margin: 10px;
	font-family: courier;
	font-size: 16px;
	color: black;
}

p	{
	margin: 10px;
}

table
{
	border: 1px;
	padding: 0 10px 0 10px;
}

.header	{
	background: black;
	margin: 0;
	padding: 0;
	height: 62px;
}

.header h1	{
	font-family: courier;
	font-size: 20px;
	color: orange;
	margin-left: 90px;
}

.navbar {
  background: black;
  margin-left: 62px;
  padding-left: 8px;
  text-transform: lowercase;
  font-size: 85%;
  white-space: nowrap;
}

.nav	{
	margin: 0;
	padding: 0 0 16px 10px;
}

.nav li	{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-family: courier;
}

.nav a	{
  float:left;
  border-left:solid 1px orange;
  border-bottom: 0;
  margin: 2px 0 2px 0;
  padding: 2px 10px 4px 10px;
   /* Odd bugs split between IE5/Win and IE5/Mac prevent border values from being combined into one declaration */
  text-decoration:none;
  font-weight:normal;
  color: orange;
  white-space:nowrap;
}

.nav a:hover	{
	color: red;
}

.nav .home	{
	border-left: none;
	
}

.contact
{
	font-style: italic;
}

.content
{
	margin-left: 10px;
}