body {
margin: 0;
padding: 0;
font-family: arial, helvetica, sans-serif;
font-size: 9pt;
color: #000;
text-align: left;
letter-spacing: 0.02em;
line-height: 1.1em;
background: #fff;
}

img {
border: 0;
}

.accessStyle, #supplementaryContent, #globalNav {
display: none;
}

a {
font-weight: bold;
color: #000;
text-decoration: underline;
}

/* write link destination after link: */
a:after {
content: " (" attr(href) ") ";
font-size: 0.8em;
}

/* if the links are relative, then add the domain: */
a[href^="/"]:after {
content: " (http://www.scsinteriors.co.uk" attr(href) ") ";
}

.noPrintLink:after {
content: "" !important;
}

