body {
	color: black;
	line-heigt: 12pt;
	text-align: justify;
	background: white no-repeat;
	position: relative;
	font: 10pt "Book Antiqua", "Times New Roman", Georgia, Times, serif;
	width: 660pt;
}

h1 {
	color: black;
	font: italic small-caps bold 1.5em "minion weg Georgia", "Times New Roman", Times, serif;
}
h2 {
	color: black;
	font-style: normal;
	font-variant: normal;
	font-size: 1em;
}

a:link, a:visited {
	color: #000000;
	background: transparent;
	text-decoration: underline;
}
	
.print h1, .print h2, .print h3, , .print h4 {
	font-size:14pt;
	font-weight:normal;
	color:#000000;
}

.noprint {
	display: none;
}
