#nav   {
	   color: #003300
	   }

a.nav {
	  text-decoration: underline;
	  }
a.nav:link {
	 color: #003300
	 }
a.nav:visited {
	color: #003300;
  	}
a.nav:hover {
	background: yellow;
	color: #003300;
	}
a.nav:active {
	color: #003300
	}

#content {
	margin-left: 45px;
	margin-right: 25px;
	margin-top: 1px;
	margin-bottom: 1px;
	}

span.highlight
{
background-color:yellow
}

#fmcd_link {
	font: Arial;
	font-size: 12px;
	}
