@charset "utf-8";
/* CSS Document */

.bodystyle {
	font-family:Arial;
	font-size:12pt;
	background-color:#EEEEEE;
}

.style1 {
	background-color:teal;
	color:white;
	padding:4px;
}
.style2 {
	margin-left:20px;
	margin-bottom:1em;
	font-size:10pt
}