/*
CSE 190 M
Style sheet for Magic 8-ball page
*/

#eightball {
	background-image: url(8ball.jpg);
	width: 500px;
	height: 500px;
	text-align: center;
	line-height: 500px;
	color: white;
}

body {
	font-size: 14pt;
	font-family: sans-serif;
}
