html {
margin: 0;

}

body {
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin: 0;
}
   
   
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #996600;
	text-decoration: none;
	border-bottom-width: 1px;
}
   
#head {
	display:none;
	}

#edit {
	display:none;
	width: 0px;
	}
	
#content2 {
	
	float: none !important;
	margin-left: 5%;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-right: 10%;
	}
   
.masthead {
	background-image: none;
	height: 0px;
	width: 0px;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   
   
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   }
#color {
	background-color: #cdd2dc;
}
#nav {
	display:none;
	}
