@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFE8;
}
li {
	list-style-type: square;
	margin: 6px;
}
h1 {
	font-size: 18px;
}
.fixed {
	font-family: "Courier New", Courier, monospace;
}
pre {
	font-family: "Courier New", Courier, monospace;
}

