body {
   background: white;
   font-size: 10pt;
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   }
body:before {
	content: "CADaptation";
}
body:first-line {
	color: #efefef;
	font-size: 14pt;
}


h1 {
	
}
h2 {
	
}
h3{
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
#menu, #header, #tabarea, #search, #pathway, #leftcolumn, #footer {
   display: none;
   }
#wrapper, #content, #maincolumn, table {
   width: auto;
   margin: 0 ;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content, div#maincolumn {
   /*margin-left: 1%;*/
   padding-top: 1em;
   border-top: 1px solid #efefef;
   }

/*
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
*/

#maincolumn a:link, #maincolumn a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#maincolumn a:link:after, #maincolumn a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   }
a[href^="/"]:after {
   content: " (http://www.cadaptation.com" attr(href) ") ";
   }
