@import "/media/miurepl/css/style.css";

#header { display: none; }
#left { display: none; }
#right { padding-left: 0; }
#youarein { display: none; }
#tabmenu { display: none; }
#footer { display: none; }

body {
	background: white;
	font-family: "serif";
	font-size: 11pt;
	line-height: 120%;
	letter-spacing: normal;
	color: #000000;
}

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

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
