/*<!--print style sheet-->*/
body {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	
}



#languages, #menu {
	display: none !important;
}

#content a:link, a:visited {
	color: #363;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
	content: "("attr(href) ") ";
	font-size: 90%;
}