@charset "utf-8";
/* ---- hm... -- */
html, body {
	margin: 0;
	padding: 0;
}
* {
	background: #ffc;
	color: #000;
	font-family: "Trebuchet MS", "Helvetica CY", Verdana, Arial, sans-serif !important;
	line-height: 1.3;
}
body {font-size: 1em;}
#v_meta {
	margin-right: 3%;
	margin-left: 3%;
}
h1 {margin-top: 1em;}
.heading, h1, h2 {text-align: left;}
.heading p {font-size: inherit;}
.t_txt {text-align: left;}
#f_nav, #f_main {font-size: inherit;}
#f_nav {text-align: left;}
#f_main {
	padding-bottom: 1em;
	text-align: left;
}
#f_main a+hr {width: 100%;}
#sw_lang a b, #f_nav a b, #f_main a b {
	font-weight: bold;
	text-decoration: underline;
}
a {text-decoration: underline;}
#sw_lang a, #f_nav a, #f_main a {text-decoration: none;}
a:link, a:visited {
	background: #ffc;
	color: #000;
}
a:hover, a:active {text-decoration: underline;}
a:hover, a:hover b {background: #f9f9f9;}
a:hover {color: blue;}
a:hover b {color: red;}
a:active, a:focus, a:active b, a:focus b {background: #f9f9f9;}
a:active, a:focus {color: red;}
a:active b, a:focus b {color: #00f;}
img.Orwell {border: 2px solid #000;}
#ix_con:after {
	clear: both;
	display: block;
	margin: 2em auto 0 auto;
	padding: .5em 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 64%;
	text-align: center !important;
	background: gray;
	color: #f9f9f9;
	letter-spacing: 1px;
	border: 1px dotted silver;
}