/* Remove unwanted elements */
body	{ font-family: Georgia, "Times New Roman", Times, serif !important;}



#header, #navigationLeft, #rightcolumn, #footer, #iw_vpreview_toolbar
{
display: none;
}

/* Ensure the content spans the full width */
#mainarea, #wrapper, #content
{
width: 100% !important; margin: 0 !important; float: none !important; color: #000 !important;
}

h1	{ clear: left;}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}


/*a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}*/