a:link {
	color:black;
	border: #000000;
	text-decoration:none;
}
a:visited {
	color: black;
	border: #000000;
	text-decoration:none;
}
a:hover {
	color: green;
	text-decoration:underline;
}
a:active {
	color: black;
	border: #000000;
	text-decoration:none;
}



/* Body */
/*html {
	background-color:#8d8d8d;
} */
body{
	background-color:white;
	/* background-color: #ebebeb; */
	/* Browsers default font size is 16px (medium). This changes default value to 10px (16)(62.5%)=10, which means 1em = 10px */	
	font-size: 62.5%;
	color: #525252;
	font-family:  Georgia, "Times New Roman", Times, serif;
}
body, form, div, h1, h2, h3, h4, h5, table, tr, th,  dl, li, dt, dd, img, input {
	margin: 0;
	padding: 0;
}
.maincontent {
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	font-size:1.2em;
	line-height:1.7em;
}
#building1, #building2, #building3,  {
	visibility: hidden;
}
#ichthyologyinn, #lodgerooms, #gatheringspace, #fireplace, #av, #garden, #tech, #furnishings, #sleeping, #classroom, #laundry, #lighting, #toilet {
	display:none;
}
.secondarycontent {
	position:absolute;
	top: 470px;
	left: 25px;
	width:345px;
	height:315px;
	visibility: hidden;
	font-size:1.2em;
	line-height:1.7em;
}

