h1 { 
 	color: green; 
 	font-size: 2em;
}

h2 {
	color: blue; 
	font-size: 1.5em;
}

span.pagenum {
	display: block;
	font-weight: bolder; 
	border-top: thin solid; 
	text-align: center; 
	margin-top:1em; 
	margin-bottom:1em; 
	width: 100%;
}

span.pagenum-nemeth {
	display: block;
	font-weight: bolder; 
	border-top: dotted; 
	text-align: center; 
	margin-top:1em; 
	margin-bottom:1em; 
	width: 100%;
} 

ul { 
	list-style-type: none;
}

body{
	padding-left: 1em;
	padding-right: 1em;
	background-color:white;
}

