﻿
/* -------------------------------------------
	Print CSS
	--------------------------------------- */

body {
    color: #101010;
    background: #ffffff; 
}

div#content > h1 {
  
    font-size: 30pt !important;
}

div#content > .content-main-col > p {
    font-size: 18pt !important;
    line-height: 1.5 !important;
}

div#header, div#footer {display: none;}
