body {
	background-color: white;
	color: black;
	font-family: sans-serif;
	font-size: 90%;
	margin: 0 8em 0 0;
}

/*
td {
  vertical-align: top;
}
*/

#wrapper {
	margin: 0pt auto;
/*	width: 850px; */
}

#menu {
	float: left;
	font-size: 80%;
/*	width: 150px; */
}

.menu_emph a {
  text-decoration: none;
  color: black;
  font-size:110%;
  font-weight:bold;
}

.menu_emph a:hover {
  color:white;
}

#menu a {
  text-decoration: none;
  color: rgb(204,255,204);
}

#menu a:link {
  color: rgb(204,255,204);
}

#menu a:hover {
/*  color: rgb(102,255,102); */
  color:white;
}

#menu h2 {
	font-size: 110%;
}

#menu li {
/*    margin-left: 1em;*/
   list-style-type: none;
/*  color: rgb(102,255,102); */
}

#content {
	float: right;
/*	width: 700px; */
}

#footer {
	clear: both;
	font-size: 80%;
	text-align: right;
}

