@charset 'utf-8';
/******************
* Site Name: Decibel Engineering
* use: Printing
* Version: v1
* 
* Copyright 2006 MASHED. All rights reserved
* e. whats@get-mashed.com | w. www.get-mashed.com 
******************/

#menu, .hide{overflow:hidden; width:0; height:0; position:absolute} /* Classes you want hidden */

/****************** Generic page styles ******************/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
}

body {
	margin: 10px 20px;
	padding:5px;
}

/* Normal links */
a:link, a:visited { color:#990000; font-style:italic}

/* headings */
h1 {font-size: 2em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

#footer{font-size:0.8em; border-top:1px solid #999; padding-top:10px; margin-top:10px}