/* Basic Structure */
html {
width:100%
}
body {
background: white;
font-size: 12pt;
}
img {
border: 0;
}
/* Hide Various Elements when printing */
.hiddenitem, #hiddensidebar, .morehiddenstuff, .btn-green,
#slideshow, #logo, #testimonial, #nav, #footer {
display: none;
}
/* Link Management */
a:link, a:visited {
color: #FF0000;
background: transparent;
font-weight: bold;
text-decoration: underline;
}
.primary a:link:after, #content a:visited:after {
content: Ó (Ó attr(href) Ò) Ò;
font-size: 90%;
}
.primary a[href^="/"]:after {
content: Ó (http://www.maypolemarquee.co.ukÓ attr(href) Ò) Ò;
}