﻿/* Remove unwanted elements */
#left-side, #noprinting, #noprint, img, #rightcol, .noprint, noprint2
{
display: none;
}

/* Ensure the content spans the full width */
#textspacing
{
width: 100%; margin: 0; float: left; padding: 25px;
}
.mainarea
{
width: 100%; margin: 0; float: left; padding: 25px;
}

#left-side {
  display: none !important;
  visibility:hidden;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000 
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

body {
  color: black;
  background-color: white;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a[href]:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
  content: "<" attr(href) ">";
  font-size: 90%;
  padding-left: 1ex;
}
.text {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 140%;
  margin: 10px 0 10px 0;
  padding: 0;
}
.printtext {
	display: block;
}