body {
	background: white;
	font-size: 12pt;
}
.header {
	display: none;
}
.navigation {
	display: none;
}
#header {
    display: none;
}
.content {
	background-image: none;
}
.rightlinks {
    display: none;
}
form {
  display: none;
}
.propertysearch {
    display: none;
}

.searchagain {
  display: none;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#content a[href^="/"]:after {
	content: " (http://www.firstavenue.co.nz" attr(href) ") ";
}

