body { 
  background: #fff;
  margin: 5px;
  padding: 5px;
  font-family: "Gill Sans", arial, verdana, lucida, helvetica, sans-serif;
}

#sub1, #sub2 {
  display: none;
}

#content {
  width: 100%;
}

#footer {
  width: 100%;
}

p {
  font-size: 11pt;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
}

#content a[href^="/"]:after {
  content: " (http://the-beat.co.uk/" attr(href) ") ";
}
