/* CSS Document */

#accessibility, #main_menu, #intro, #footer, .back, .paging{
	display: none;
}
body {
	background: white;
	font: normal 12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
#wrapper{
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
#intro {
	text-align: center;
	border-bottom: 1px solid #ccc;
	}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
a[href^="/"]:after {
   content: " (http://www.finalurl.com" attr(href) ") ";
   }
h1, h2, h3 {
text-align: center;
}
dt {
	font-weight: bold;
}
img{
       border: 5px solid black;
}


