body {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif, times;
	
}
h1 {
	font-size: 2.3em;
}
h2 {
	font-size: 1.5em;
	color: #0000FF;
}
h3 {
	font-size: 1.4em;
	color: #FF0000;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {
	font-size: 1.5em;
	color: #003300;
	margin-top: 5px;
	margin-bottom: 5px;
}

p, ul, ol {
	font-size: .9em;
	line-height: 110%;
}

ul {
	color: #000000;
	list-style: square;
}

