h1,h2,h3,table {
	font-family: Helvetica, Arial, sans-serif;
	color: #502000;
}
h1,h2 {
        background: #ffddaa;
        border: solid;
        padding: 1ex;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 160%;
}

table {
	width:         70%;
	margin-left:   5%;
	margin-bottom: 2ex;

	border:     	solid;
	border-color:	black;
	border-width:	2px;
        background: 	#ddeebb;
}
th {
	text-align: 	center;
	font-size: 	120%;
	font-style:	italic;
}
th,td {
	padding:     0.5ex;
}
