/*
CSE 190 M, Spring 2009, Marty Stepp
CSS styles for exponent page
*/

body {
	font-family: "Century Gothic", sans-serif;
	font-size: 20pt;
	margin-left: 20%;
	margin-right: 20%;
}

input[type="text"] {
	margin: 0.5em;
}
