@import url("style.css");

/* Print CSS General Guidelines.
   Background = White
   Text = Black
   h1 through h6  must be defined
   p font size = 12px
   div.print = width 100%
   Everything else = display none.
*/

body {
	background: none;
	background-color: #fff;
	line-height: 1.6em;
	font-size: 	 100%;
	font-family: Trebuchet MS,  Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
}      

h1, h2, h3, h4, h5, h6 {
	
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}

span, p, a {
	font-size: 12px;
}

a {
	text-decoration: underline;
}
div#header,
div#banner,
div#nav {
	display: none;
}

