/* 
Title:  	Printer styles for Dada Destination Services Inc. 
Contact:	debbie@mediabox.com
*/


/* hide all the divs we dont want to print */
#banner,
#serviceslist,
#buzz,
#footercontent,
#footer, #main img {
	display:none;
}


/* optimize the page content for print legibility */
body {
	background: white;
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color: black;
	text-decoration:none;
	}

#main {
	width:100%;
	margin: 0;
	padding: 0;
	float:none;
}

p {margin: 0 0 1em 0;}


/* Links    */

a {
	color: black; 
	text-decoration:underline;
}

/* Headings    */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size: 140%;
	display:inline;
	margin-right: 0.3em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 140%;
	display:inline;
}

h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom: .8em;
}



/* Page Structure    */

#nav ul {
	display: none;
}

#nav, #nav h2 {
	background: none;
	color: #663399;
	font-weight: bold;
	margin: 0;
}

blockquote {color: #000;}
