@charset "UTF-8";

/* /////////////////////////////////////////////////////////////////////////// PRINT */



html {
	zoom: 80%;
	}

body {
	line-height: 1.5;
	letter-spacing: 1px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0 auto !important;
}

div#header h1,
div#header h2,
div#footer,
div#links-right, {display:none;}

div#content div#links-right, div#entry ,.blog{
	width:auto;
	float: none !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

h1, h2, h3, h4, h5{padding-left:0 !important;}

h1 {color: #0fb4f1 !important;}

a:link,
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

#footer {
	margin-top: 1em;
	float: right;
}

table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}

table th,
table td {
	padding: 3px;
	font-size: 90%;
}

table th {
	border-bottom: 1px solid #333333;
}

table td {
	border: 1px solid #333333;
}

