/*body {
	background: white;
	font-size: 12pt;
}

div#menumain,
div#menubuttons,
ul.admintabssingle,
ul.adminlinks {
	display: none;
	visibility: hidden;
}

#content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	color: black; 
	background: transparent;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}*/

body {
   background: white;
   font-size: 12pt;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0px;
	padding: 5px 0px;
}

h1 {
	font-size: 22pt;
}

h2 {
	font-size: 20pt;
}

h3 {
	font-size: 18pt;
}

h4 {
	font-size: 16pt;
}

h5 {
	font-size: 14pt;
}

div#menumain,
div#menubuttons,
div#breadcrumbs h2,
div#breadcrumbs ol, 
ul.admintabssingle,
ul.adminlinks {
   display: none;
   visibility: hidden;
}

#content {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

div#content {
   padding-top: 1em;
   border-top: 1px solid #CCC;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
   content: " (link) ";
   font-size: 90%;
}	