body {
	color:black;
	background:#ddd;
	max-width: 700px
}

h1 {
	color:#55f;
	background:#322;
	font-size:24pt;
	text-align:center;
}

h2 {
	color:#904;
	font-size:18pt;
}

dl {
	color:black;
	background:#eef;
}

dt {
	color:black;
	background:white;
	font-size:12pt;
}

dd {
	font-size:12pt;
}

li {
	color:black;
	background:#ddd;
	font-size:14pt;
}

img.right {
	float:right
}

a {color:#0000cc}
a:visited {color:#8800aa}
