body, td {
	font-family: Verdana, sans-serif;

	/* workaround for bad browsers (I'm looking in your direction, IE...) */
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

#content, #content td {
	font-family: Georgia, serif;
}
.headernav, .footernav, .entryinfo, .commentsinfo, #comments_form, #previously {
	font-family: Verdana, sans-serif;
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}
h1, .verylarge {
	font-size: large;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-large;
}
h2, .large {
	font-size: medium;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: large;
}
h3, .medium {
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
}
h4, h5, h6 {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}


/* links */

a:link {
	color: #000066;
}
a:visited {
	color: #660066;
}
a:link:hover, a:link:active, a:visited:hover, a:visited:active {
	margin: -2px;
	padding: 1px;

	text-decoration: none;

	border: 1px solid;
}
a:link:hover, a:visited:hover {
	background-color: #eeeedd;
	border-color: #cccc99;
}
a:link:active, a:visited:active {
	background-color: #eeeebb;
	border-color: #999933;
}


/* general utility classes */

.small {
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

a.nohover, a:link.nohover, a:visited.nohover {
	margin: 0;
	padding: 0;

	background-color: transparent;
	border: none;
}

dfn {
	font-style: italic;
}
dfn:lang(en) {
	font-style: normal;
}

sup {
	vertical-align: super;
}

abbr[title], dfn[title] {
	text-decoration: none;

	border-bottom: 1px dotted #000066;

	cursor: help;
}

.mistake {
	text-decoration: line-through;
}

.spacer {
	clear: both;

	padding-bottom: 1px;
}


/* for Netscape 4.x's benefit */

.ahem {
	margin: 10px;
	padding: 0 10px;

	background-color: #eeeedd;
	border: 1px solid #cccc99;
}
