/* CSE 154
   Stylesheet for Quote of the Day
*/

body {
	font: 16pt "Lucida Grande", Helvetica, Arial, sans-serif;
}

h1 {
	margin-top: 1em;
	margin-bottom: 2em;
}

p {
	width: 70%;
	margin: 2em auto 4em;
	height: 3em;
}

button {
	font-size: 20pt;
}

#errors {
	color: red;
	font-weight: bold;
}