/*		

		CSS Document 
		Publishing Soultins 
 		By Simon M White, http://www.whitewebs.co.uk
		October 2006 
		
*/

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-image: none;	 
	}
.header, #sitemap, #sitemapshadow, .navigation, #advert {
	display: none;
	}
.header img {
	display: none;
	}	
.title {
	background: none;
	}
a:link, a:visited {
	color: blue;
	text-decoration: underline;
	}
.content a:link:after, .content a:visited:after {
	content: " (" attr(href) ") ";
	}
.main {
	width: 100%;
	height: 100%;
	}
.content {
	width: 100%;
	height: 100%;
	}
