body {
  margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  background: white;
  font-size: 9pt;
   }

#outer  {
  width: auto;
   margin-left: 1%;
   margin-right: 1%;
   border: 0;
   }  
   
#header, #footer{
   display: none;
   }
   
.menutable {
	display: none;
	}
   
.white {
   display: none;
   }
   
.arrows {
   display: none;
   }   

h1 {
  font-size: 1.6em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	background-color: #fff;
	text-align: center;
	}
	
h2 {
  font-size: 1.3em;
 	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
	color: #000;
	background-color: #fff;
	text-align: center;
	}
	
h3 {
  font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	background-color: #fff;
	text-align: left;
	}
	
h4 {
  font-size: 1.2em;
 	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
	color: #000;
	background-color: #fff;
	text-align: center;
	}
	
h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	background-color: #fff;
	text-align: center;
	}
	
h6 {
  font-size: .9em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	background-color: #fff;
  text-align: left;
	}


a:link, a:visited {
   color: #520;
   background-color: transparent;
   font-weight: normal;
   text-decoration: none;
   }
   
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.webapt.co.uk" attr(href) ") ";
   }
