﻿/* Remove unwanted elements */
#noprinting, #noprint, #noprint2, .noprint, noprint2, #navlist-1, #topsection, #topsectionteams #leftcolumn, #rightcolumn, #footer, #space
{
display: none;
}
@media print {
  IMG {
  display : none ;
}

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

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

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: underline;
}
.text {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 90%;
  margin: 10px 0 10px 0;
  padding: 0;
}
.printtext {
  display: block;
  position: fixed; bottom: 0; left: 0; width: 100%; height: 100px;
}
.printimg {
  background-color: white;
}