/* CSS Document */
body {
	font:	8pt  "Lucida Grande", "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	line-height: 12pt;
background: white;
		padding:0px;
	margin:0;
}
	
a, a:visited, a:link {	
color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
div#content a:link:after, div#content a:visited:after {
   content: " ("attr(href)") ";
   font-size: 90%;
}


.alt {
	background-color: #D1E9FF;
	padding:10px;
	font-size: smaller;
	}
	
ol, ul {
	margin: 0 0 0 2pt;
	}
	
	/* CSS Document */
	
	div#content {	
	width: auto; 
	padding: 0; 
	float: none !important;
	color: black; 
	background: transparent;
   	padding:0;
   border-top: 1px solid black;
	text-align: justify;
	margin:0;
		}
		

#sidebar,  #header, #footer, h1, hr, .alignleft, .alignright   {
		display :none;
		}

	
	img {	
   border: 1px solid black;
		}
		


