
body {
  /*
	background-color: #d9d9d9;
	margin-left: 10%; 
	margin-right: 10%; 
	margin-top: 10%;
	font-family: verdana,arial,helvetica,sans-serif;
  */
  font-family: "Georgia";
  /*font-size: 1em;*/
  margin-bottom: 1.5em;
  line-height: 1.5em;
  background-color: #ffd;
  font-size: 12px;
	margin-top: 0pt;

	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
}

a:link { color: #68693F; text-decoration: none; border-bottom: 1px dotted #ccc;}
a:visited { color: #68693F; text-decoration: none; }
/*
a:link { color: #900; }
a:visited { color: #48468f; }
a:hover { color: #f20; }
a:active {color: #f20;}   selected link 
*/

/*
.inlinepage {
	border: solid; 
	border-width: thin; 
	width: 80%; 
	background: gray;
	padding: 0.5em;
} */

.header {
  font-size: 14px;
}

.inlinepage {
	border-style: none;
  /*
  margin-left: 8em;
  */
	margin-bottom: 3em;
}

#content {
  margin-top: 3em;
  max-width: 30em;
}

#maintable {
	width: 100%;
}

#contentcell {
	vertical-align: top;
}

#sidebarcell {
	vertical-align: top;
}

#sidebar {
  width: 40ex;
  text-align: right;
  /*
	border: solid;
	border-width: thin;
	background-color: #d9d9d9;
  */
}

