/* ----------------------------------------------------------

	Site:		http://www.praktika.hu/
	Type:		Print CSS

	Author: 	Andras Nemeseri

------------------------------------------------------------- */

body {
	background-color: #fff;
	font-family: "Times New Roman", times, serif;
	font-size: 12pt;
}

a,
a:link,
a:visited {
	text-decoration: none;
	color: #0093c1;
	font-weight: bold;
}

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

.article > h1,
.article h1.child {
	text-decoration: underline;
	color: #0085dd;
}

.article > p,
.article p.child {
	font-weight: bold;
}

#header,
#left,
#right,
#accessk,
#footer h3,
#footer ul {
	display: none;
}