body {
	margin:1em 0 0 2em;
	
	font-family:
    "Century Gothic",		/* Windows (HP printer) */
    "Avant Garde Gothic",	/* HP font name */
    "Avant Garde",			/* MacOS */
    "URW Gothic L",			/* Unix+X+FontConfig */
							/* Fallback options */
    helvetica,				/* Unix+X, MacOS */
    sans-serif;
}
li {
	height:1.5em;
	
}
ul {
	padding-left:1.5em;
	list-style-type:circle;
}
a {
	color:#00C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
