body {
align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	background-color: #FFFFFF;
	margin: 0;
	
}

#mainTable {
	border: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
 }
 
 #mainTable td {
 	padding: 20px;/*Pads each table cell in modern browsers*/
 }
 
 #maincontent {
	align:center;
	border: 2px dotted #333;
 	font-size: 14px;
	/*/*/font-size: 100%; /* */
 }
 
  #maintext {
  font-size: 25px;
	width:800px;
	align:center;
	background:#efefef;
	border: 1px dotted black;
	/*/*/font-size: 100%; /* */
 }
 
 #mainheader {
	align:center;
	background:#afafaf;
	/*/*/font-size: 100%; /* */
 }
  
 

 td, p, ul {
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
 }
 
 h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
 h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
 
 h1 { font-size: 160%; }
 h2 { font-size: 140%; }
 