/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.09.12
   PURPOSE: Styles the page for print.  Techniques adopted from
            http://www.alistapart.com/articles/goingtoprint/
 **************************************************************/

body {
  font: 400 12pt verdana, arial, sans-serif;
  color: #000;
  background: #FFF;
}

h1 {
  margin-top: 30px;
  font-size: 18pt;
  border-bottom: 1px solid #999;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

h4, h5, h6 {
  font-size: 12pt;
}

.smallprint {
   font-size: 9px;
}

acronym {
  border: 0;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

/* Don't display these elements since they're not useful on paper */
#header,
.DoNotPrint,
.MenuBarHorizontal,
.footer,
.greenBg {
  display: none;
}

#content {
  width: auto;
  margin: 0 8%;
  padding: 0;
}

.floatRight {
   float: right;
}

.floatLeft {
   float: left;
}

.colours {
  float: left;
  padding-left:8px;
  padding-right:8px;
  }
  
.colours p {
   text-align: center;
   }



 
   



