body {
	font-size: 80%;
	line-height: 1.5em;

}
h1 {
	font-size: large;
}
h2 {
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	background-color: #EEEEEE;
	padding: 5px;
}
p {
	text-indent: 1em;
}
li {
	list-style-type: square;


}

