body {
	width: "100%";
	height: "100%";
	overflow: auto;
	}
	
a:link, a:visited , a:active {
	color: #990000;
	font-family : Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size : 16px;
	font-style: normal;
	text-decoration: none; 
}	

a:hover {
    background-color: #b5a58c;
    color: black;
	
}

#nav_margin {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}
