#left-content {
	display: none;
}

#right-content {
	display: none;
}

p {
	text-align: justify;
}

p.first {
	clear: both;
	/*padding-top: 1em;*/
}

p.first:first-line {
	font-variant: small-caps;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #000;
}

#center-content a:link:after, #center-content a:visited:after {
   content: " ("attr(href)") ";
   font-size: 90%;
}

#center-content a[href^="/"]:after, #center-content a[href^="/"]:visited:after {
  content: " (http://www.nightline.org.uk" attr(href) ") ";
  font-size: 90%;
}

#footer {
	display: none;
}

p.faq_q {
	font-weight: bold;
	font-size: 110%;
	clear: both;
	margin-bottom: 6px;
}

p.faq_a {
	margin-top: 0px;
	clear: both;
	margin-left: 1em;
}