#nav, #bannerlist, .hide, #theme, #sidebar, /*#contentbar, */#signup,
#footer, #security, #functionbar, #contentbar hr,
/*#header,*/ #login, #pagepic, #summary, #splash, #supportedby,
#main-header, h1,
#date,
#country,
#search,
#headerbox,
.illustration,

#nav

 {
	display: none !important;
	}

/*
body {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;

	margin: .6in;
	font-size: 12pt;  

}
*/
body, #main, #content, #text, #footer,
#main-body, #main-body #content {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 10pt;  
}

#header {
	text-align: center;
	padding: 18px;
	background: #ffde00;
	}
#main-body {
	margin: 40px 40px 0 40px !important;
	font-family: Arial, Verdana, sans-serif;
	}
	
h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}
#title h2 {
	color: grey;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1.5em;
	}

a:link, a:visited {
	color: grey;
	}	

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}

	
/* from ala */	
html body #main {background: none;}
html body pre, html body code {vertical-align: baseline;}

#text a[href]:after,
#footer a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;}

#content a[href^="/"]:after,
#footer a[href^="/"]:after {
   content: " (http://www.taxi020.se" attr(href) ") ";}
