/*
CSE 190 M, Summer 2011
Stylesheet for Simpsons grade lookup example
*/

html {
	background-color: white;
}

body {
	background-color: #eee;
	width: 800px;
	margin: auto;
	padding: 1em;
}

table th {
	border-bottom: 1px solid #aaa;
	text-align: left;
}

table th,
table td {
	padding-right: 1em;
}