html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset, input, button {
	font-size: 10pt;
}

body {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	display: none;
}
   
#colRight, #header, #footer, #relatedVenues, #sfWebDebug, #seatingPlan {
   display: none;
}
   
#main, #colLeft {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
   
#colLeft {
   padding-top: 1em;
   border-top: 1px solid #930;
}
   
a:link, a:visited {
   color: #520520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
   
#colLeft a:link:after, #colLeft a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   font-weight: normal;
}
   
#colLeft a[href^="/"]:after {
   content: " (http://manchesterad.ticketline.co.uk" attr(href) ") ";
}

