body {
   background: white;
   font-size: 12pt;
	 font-family: verdana, sans-serif;
   }
#topnav, #top, #sidebar, #maincontent, #footer, #toc, .hr, #sidebox, #goto, #calendar, #months, #topleft, hr, .update {
   display: none;
   }
#wrap, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;

   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: blue;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   }

ul li, p {line-height: 2em; margin-left: 1.5em;}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.ataporg.org" attr(href) ") ";
   }
ul, div {border: none;}
 
 table {
	border-width: 1px;
	border-spacing: ;
	border-style: dotted;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
 table th {
	border-width: 1px;
	padding: 2px;
	border-style: dashed;
	border-color: #fffddd;
	background-color:  #e8eaec;
	-moz-border-radius: ;
}
table td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #555;
	background-color:#e8eaec;
	-moz-border-radius: ;
	}


