body{
	background:url(https://courses.cs.washington.edu/courses/cse190m/09sp/homework/1/silverware.jpg) fixed;

}
h1{
	font-size:22pt;
	text-decoration:underline;
	font-family: "Century Gothic", Futura, Verdana, sans-serif;
	letter-spacing:3.2px;
	color:#A4A400;
	background:#F0F0F0;
	font-weight:bold;
	text-align:center;
}

p{
	font-size:18pt;
	font-family: "Century Gothic", Futura, Verdana, sans-serif;
	text-decoration:underline;
	background:#F0F0F0;
	color:#A4A400;
	letter-spacing:3.2px;
}

div{
	font-family:Georgia, Garamond, serif;
}

ul{
	font-family:Georgia, Garamond, serif;
	color:#404040;
	list-style-image:url(https://courses.cs.washington.edu/courses/cse190m/09sp/homework/1/pie_icon.gif);
}
li{
	font-size:11pt;
	font-family:Georgia, Garamond, serif;
}

.a1{
	font-size:12pt;
	background:#FFFFC8;
	font-family:Georgia, Garamond, serif;
	font-style:italic;
	padding-left:25px;
}

a{
	color:#A4A400;
}
img{
	border:0;
}

br{
	clear:both;
}
