body {  background-color:#FFFFFe;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-size: 0.9em; /* 88%; */
        line-height: 22px;
        margin-left:80px;
        margin-right:80px;
        margin-top:30px;
        margin-bottom:100px; }
* { 	color:black; }
h1 {	font-size:205%;
        font-family:Georgia,serif;
	font-weight:normal; }

h3 {	font-size:80%;
        font-family:Georgia, Serif;
	font-weight:normal; 
	margin-top:0px;
	margin-bottom:0px;
	}

table {	background-color:#f6f4f4;
	border: 1px solid #e3e3e3;
	}

td  {	font-family:Georgia,serif;
        <!-- letter-spacing:0.1em; --!>
        word-spacing:0.3em; 
	vertical-align:top;
	}

p {	text-indent:2em;
	margin-top:0px;
	margin-bottom:0px;
	}

a:link { text-decoration:none; color:#000000; }
a:visited { text-decoration:none; color:#444; }
a:hover { text-decoration:none; background-color:yellow; color:black; }
a:active { text-decoration:none; background-color:#899; }
a:focus { text-decoration:none; background-color:#9aa; }