body {
	margin: 3em;
	background-color: white;
	color: black;}
h1 {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 140%;
	text-align: center;}
p {
	margin: 0.5em;
	text-indent: -1em;
	font-family: 
	/* See e.g. http://insaph.kcl.ac.uk/ala2004/help/fonts.html for a list of fonts that support polytonic Greek. */
		'Palatino Linotype',
		'GentiumAlt',
		'Gentium',
		'Lucida Grande',
		'Palatino Regular',
		'Tahoma'
		'Arial Unicode MS',
		'Galilee Unicode Gk',
		'New Athena Unicode',
		'Athena Unicode',
		'Titus Cyberbit Basic',
		'Cardo',
		'Vusillus Old Face',
		'Alphabetum',
		'Galatia SIL',
		'Code 2000',
		'Minion Pro',
		'Aristarcoj',
		'Porson',
		'Legendum',
		'Aisa Unicode',
		'Hindsight Unicode',
		'Caslon',
		Helvetica,
		Monaco,
		sans-serif
}
div#info {
	border: 1px solid gray;
	padding: 1em;}
	
div#info p {
	font-family: sans-serif;
	text-indent: 0;}
	
div#body {
	margin-left: 1em; /* compensate for negative indent */
	margin-top: 2em;}

p.HTMLmeta {
	background-color: #F3F3F3; 
	padding: 0.5em;}
	
span.grammar {
	background-color: white;
	color: maroon;}
span.m {
	background-color: white;
	color: navy;}
span.q {
	background-color: white;
	color: navy;}
span.tr {
	font-style: italic; }
span.greek { /* override normal m and tr : */
	font-style: normal;
	background-color: white;
	color: black;}
span.lb {
	font-style: normal; /* may occur within span.tr */}
span.ms {}

span.note {
	background-color: white;
	color: gray;}

em.sperrdruck {
	font-style: normal;}
.sperrdruck {
	letter-spacing: 0.2em;}

a.bib {
	background-color: white;
	color: teal;}
a.xref {
	background-color: white;
	color: teal;}
a span.m {
	background-color: white;
	color: blue;}
del {
	background-color: white;
	color: red; 
	text-decoration: none;}
ins {
	background-color: white;
	color: green;
	text-decoration: underline;}
