@charset "utf-8";
/* CSS Document */

/*
Title: Print Style Sheet
Author: Ryan McMurray
*/

/*
Body and layout.
*/


body
{
margin: 10mm 30mm 40mm 30mm;
background: white;
color: black;
font-size: 10pt;
font-family: "Georgia", garamond, serif;
}


/*
Typography
================================
*/

p
{
margin: 0 0 15pt 0;
padding: 0px;
}

h1
{
font-size: 12pt;
margin: 20mm 0 0 0;
}

h2
{
font-size: 11pt;
}

h3
{
font-size: 10pt;
}


/*
Links
================================
*/

a:link, a:visited
{
color: blue;
text-decoration: none;
}



/*
Hide
*/

#nav, #nav2, #nav3, #nav4, #nav5, #nav5, #nav6, #footer_text, #footer_text2, #footer_text3, #footer_text4, #footer_text5, #footer_text6, #footer, #footer2, #footer3, #footer4, #footer5, #footer6, #telnumbers2
{
display: none;
}

