/* CSS Document */

body {
color:#000;
font:10pt Arial, serif;
background:#FFF;
}

#between, .side {
display:none;
}

a:link,a:visited {
color:blue;
text-decoration:underline;
}

#wrap a:link:after,#wrap a:visited:after {
content:" (" attr(href) ") ";
}

#wrap a[href^=/]:after {
content:"(http://www.carltaylorhomes.co.nz" attr(href) ") ";
}

#footer {
border-top:1px solid #000;
margin-top:5em;
}