body {
  font-family: "Times New Roman", "Times", serif;
}

#lang, #menu, #footer, #paWin { display: none; }
#title { 
  height: 2em;
	padding-left: 1em;
	font-style: italic;
  text-align: left;
	border-bottom: 2px dotted #c1c1c1;
  font-family: "Verdana", "Tahoma", "Helvetica", sans-serif;
}
#title * { display: block; }

#footer { border-top: 2px dotted #c1c1c1; padding-left: 1em; clear: both; }
#core { border: 0em; }

.no-print { display: none; }
.only-for-print { display: block; }


