body {
  background-color: #ebf0f3;//#fbeffb;
}

.leftMenu {
	top: 10px;
	left: 10px;
	position: fixed; /*needed to use z-index */
	border: 1px solid #aaa;
	padding: 5px;
	float: none;
	background-color: white;
	width: 177px; //110+48+5+5+?
	overflow: hidden;
}

.leftMenu a img { 
  text-decoration: none;
  border: none;
}


.Content {
        margin:5px;
	padding: 5px;
	border: 1px solid #aaa;
	z-index: 2;
	top: 0;
	left: 200px;
	position: relative; /*needed to use z-index */
	font-size: 95%;
	background-color: white;//#ebf0f3;
	color: black;
        white-space: normal;
        max-width:80%;
}

 
h2,h3 { 
	text-decoration: underline;
 }
