@import url(crossword.css);
@import url(puzzle.css);
/* Styles for Printing the Document */

body {
	color: #000;
	font-family : Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color: White;
	background-image:none;
}

img {
	border: none;
	float:right;
}

img.solo {
float:none;
}


#mainnav,
#printnav,
#footnav,
#topnav,
#bottomnav,
h1.hide,
#header img
 {
	display: none;
}

p {
	font-size:14pt;
	line-height:16pt;
}

p.refrain {
	margin-left:250px;
	font-style:italic;
}


ul li {
font-size:14pt;
line-height:16pt;
list-style-type: disc;
margin:0px;
background:none;
}

ul.ankreuzen li {
font-size:14pt;
line-height:16pt;
list-style-type: circle;
margin:0px;

}

a {
	text-decoration: none;
	color:#000;
}

acronym,
abbr {
	border:none;
}

#content.teacher p, #content.teacher ul li, #content.teacher ol li {
font-size:12pt !important;
line-height: 13pt !important;
}

#content.teacher h1 {
font-size:16pt !important;
line-height: 17pt !important;
}

#content.teacher h2 {
font-size:14pt !important;
line-height: 15pt !important;
}

#content.teacher h3 {
font-size:12pt !important;
line-height: 13pt !important;
}