/*	Stylesheet for the Annotated Adventure */

body,p,ul,blockquote {
	font-family:		verdana,arial,helvetica,univers,sans-serif;
	font-size:			10pt;
	}
pre {
    font-family:		"andale mono",courier,monospace;
    font-size:			9pt;
    }

a.comment:link, a.comment:active, a.comment:visited {
	color:				#606;
	text-decoration:	none;
	}
a.comment:hover {
	color:				#F00;
	text-decoration:	none;
	}

.menuItem {
	font-family:		verdana,arial,helvetica,univers,sans-serif;
	font-size:			10pt;
	font-weight:		bold;
	text-align:			center;
	}
a.menuItem:link, a.menuItem:active, a.menuItem:visited {
	color:				#9CC;
	text-decoration:	none;
	}
a.menuItem:hover {
	color:				#FFF;
	text-decoration:	none;
	}
.annotation {
	color:				#060;
	}
