﻿body, body.inner-page
{
	background: white;
	font-size: 12pt;
	font-family: 'Arial';
	color: #000;
}
.top-nav, .inner-notes, .footer, #SideBar, #topMenu
{
	display: none;
}
div#wrapper
{
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}
div.contentWrapper, div#Main, div.page-title, .logo, .inner-page .page-title
{
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black !important;
	background: transparent none;
}
p.logo
{
	background: transparent url(logo.gif) no-repeat 0 0;
}

…

.content a:link, .content a:visited 
{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
.content a:after, .content a:link:after  
{ 
	color: #000;
	background-color: transparent; 
	content: " * Link " attr(href) "* "; 
}
.content a:visited:after 
{
	color: #000; 
	background-color:transparent;
	content: " * Link " attr(href) "* "; 
}

