* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	max-width: 20em;
}


body {
	
	
}

table {
	
	width: 90%;
	
}


td {
	background: lightgrey;
	background-color : #EEE8AA;
}

h1 {
	font-size : 1.3em;
	border-bottom-style : solid;
	border-bottom-width : thin;
	margin-bottom : 5px;
	padding-bottom : 4px;
	background-color : #FFA07A;
	font-weight : lighter;
	margin-top : 2em;
	padding-top : 2px;
	text-indent : 1em;
	width: 100%;
}

h2 {
	font-size : large;
	font-weight : lighter;
}


p {
	padding-left : 3em;
	text-indent : -2.0em;
}