@media voice,aural {
 body		{quotes: none}
 abbr { content: attr(title); }
 *		{voice-family: old male;}
 h3		{pause-after: strong;}
 blockquote	{}
 :lang(en)	{voice-family: male}
 :lang(en-US)	{voice-family: young male}
 em		{pause: none;}
 cite		{pause-before: strong;}
 q:before	{content: no-open-quote;}
 q:after	{content: no-close-quote;}
}
html, body {
	height: 100%;
	min-height: 1250px;
	margin: 0;
	padding: 0;
}
body {
	background-color: white;
	color: black;
	font-size: 90%;
	padding: 0.25em;
}
p, h1, h2, h3 {
	font-family: "Times New Roman", serif;
	text-indent: 0;
	margin-bottom: 0;
}
p {
	margin-top: 0.7em;
}
td, th {
	padding: 2px;
	text-align: left;
}
th {
	text-align: left;
}
dt {
	margin-top: 1em;
	font-size: 115%;
}
dd {
	margin-left: 0;
}
a.sup {
	vertical-align: 65%; font-size: 70%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
:lang(grc) {
	font-size: 110%; font-family: Gentium, Cardo, "Times New Roman", "Palatino Linotype", "Berling Antiqua", serif;
}
i:lang(grc) {
	font-family: "Monotype Corsiva", Garamond, script;
}
h1 {
	font-size: 250%;
	text-align: center;
}
h2 {	/* Individual classes */
	font-size: 250%;
	margin-top: 1em;
	font-variant: small-caps;
	color: blue;
}
h3 {	/* Major headings within each class */
	font-size: 150%;
	margin-top: 0.5em;
	color: blue;
}
	/* Don't space after headings */
h1 + p, h2 + p, h3 + p, h1 + div h2, h2 + div p {
	margin-top: 0;
}
	/* Space between entries */
html div + h2 {
	margin-top: 1em;
}
img {
	border: 0;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #636363;
}
caption {
	margin-top: 1em;
	font-size: 125%;
	font-weight: bold;
	font-variant: small-caps;
}