* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
}


body {
	
	
}

table {
	
	width: 500px;
	
}


td {
	background: lightgrey;
}

h1 {
	font-size : x-large;
	border-bottom-style : solid;
	border-bottom-width : thin;
	margin-bottom : 5px;
	padding-bottom : 4px;
	background-color : #A9A9A9;
	font-weight : lighter;
	margin-left: 2em;
	margin-right: 2em;
	margin-top : 0px;
	padding-top : 2px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	text-indent : 1em;
	
}

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

p {
	margin-left : 24px;
}