﻿/* Print CSS for db Solutions */
body{margin:0px;}

/*Hide unneccessary elements*/
#accesslinks, #menu, #print, #footer{display:none;}

/*For printing make all titles and paragraphs black*/
h1, h2, h3, h4, h5, h6, p, p.quote, p.quotefrom, li{color:Black;}
h1{font-size:160%;}
h2{font-size:140%;}
h3{font-size:120%;}
h4{font-size:110%; margin:0;}
h5{font-size:105%; text-decoration:none; margin:0;}
h6{font-size:100%; text-decoration:none; margin:0;}

/*Headers get an underline*/
h1, h2, h3, h4, h5, h6{text-decoration:underline; border:0; font-family:Arial;}

/*Floating is bad!*/
#smallmain, #mainalt{float:none; width:100%;}

/*Add a print header to the top of all print outs*/
#printheader
{
	display:block;
	text-align:center;
}