/* body style */
body{
	font-family: serif;
	font-size: 1em;
}

h4{
	font-family: serif;
	border-bottom: 2px solid #000000;
}


li{
	padding-bottom: 0.2em;
	list-style-type: square;
}


/* special items */
#div_header{
	color: #000000;
	font-size: 1.5em;
	border-bottom: 1px solid #000000;
	text-align: left;
}

#div_footer{
	color: #000000;
	border-top: 1px solid #000000;
	font-size: 0.7em;
}

.text{
	border: none;
	padding: none;
}


