﻿/**
 * WebsiteBaker template: Wild02
 * 
 * LICENSE: GNU General Public License 3.0
 * 
 * @author     Horst Engel
 * @copyright  Horst Engel (c) 04, 2010
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    0.20
 * @platform   WebsiteBaker 2.8.1
 *
 * Styles for printing
*/

/***** Globals *****/
body 	{
	font-family: Tahoma, Helvetica, Arial, sans-serif; 
	font-size:12px; 
	color: #000000; 
	background: #ffffff;
	}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px; 
	color: #000000; 
	padding-left: 1px;
	}
h1 	{
	font-size:16px;
	line-height:25px; 
	}
h2 	{
	font-size:14px;
	line-height:20px; 
	}
h3, h4, h5, h6 {
	font-size:13px;
	line-height:19px; 
	}
p 	{margin: 4px 0 4px 0;
	color: #000000;
	} 
a, a:link, a:visited, a:active {
	color:#000000; 
	text-decoration: none;
	}
a:hover {
	color:#000000; 
	text-decoration: none;
	}
images	{
	border: 0;
	}
ul 	{
	margin-left: 16px; 
	padding-left: 10px;
	}
li 	{margin-bottom: 4px;
	}

/***** Content *****
 **       Head    **/
#header_box {
	display: none;
	}
#menu_bar {
	display: none;
	}
/**       Columns **/
#content {
	background-color: #ffffff;
	}
#column_left {
	display: none
	}
#column_right {
	display: none
	}
#column_mid {
	background-color: #ffffff;
	}
/**       Footer  **/
#footer {
	display: none;
	}

