body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	letter-spacing:0.01em;
	word-spacing:0.01em;
	color:#000;
	width:75%;
	height:95%;
	margin:auto;
}
#screen_message {
	width:100%;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	padding:10px;
	margin:30px 20px 20px 20px;
}
p {
	font-size:13px;
	line-height:14px;
}
h2 {
	font-family:"Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight:600;
	font-size:16px;
	color:#000;
	margin:12px 0px 3px 0px;
	padding:0;
}
/*  formatting
-------------------------------------------*/

strong, b {
	font-weight:bold; 
}
em {
	font-style:italic;
}

/* hide everything 
-----------------------------------------*/
#header {
	display:none;
}
#print-links {
	display:none;
}
#breadcumb {
	display:none;
}
.entry-details {
	display:none;
}
#main {
	display:none;
}
#text {
	display:none;
}
#translation {
	display:none;
}