html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	border: 0;
	margin: 0;
	padding: 0 0 0 15px; 
	font-family: Georgia, Palatino, serif;
	width: 90%;
  	 }
	 
#skipnavlink, #navbar, #search, .hide, #homelink, .page, #sidebar, .noprint, #footer {
   display: none;
   }
   
a:link, a:visited {
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

a:link:after, a:visited:after {
  content: " ( " attr(href) " )";
  font-size: 80%;
  margin:0 5pt;
  font-weight: normal;

}
 
 
a[href^="/"]:after {
  content: " ( http://ictknowledgebase.org.uk" attr(href) " )";
  font-size: 80%;
  margin:0 5pt;
  font-weight: normal;
}

 
h1, h2, h3, h4, h5, h6	{
	font-family: myriad, "gill sans", helvetica, arial, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	letter-spacing: 1pt;
	line-height: 1.2em;
	}
	
	h1 {font-size: 17pt}
	h2 {font-size: 15pt}
	h3 {font-size: 13pt}

#masthead h1 {font-size: 12pt}
#masthead h2 {font-size: 11pt; margin-bottom:5px; font-style:italic}


