body{
	font-family: arial;
}
.mono{
	font-family: monospace;
}
.yellow{
	font-family: arial;
	color: #FFFF66;
	font-size: .8em;
}
.yellowt{
	font-family: arial;
	color: #FFFF66;
}
.e65 {
	font-size: .65em;
	font-family: arial;
}
.e65it {
	font-size: .65em;
	font-family: arial;
	font-style: italic;
}
.e70 {
	font-size: .7em;
	font-family: arial;
}
.e75 {
	font-size: .75em;
	font-family: arial;
}
.e80 {
	font-size: .8em;
	font-family: arial;
}
.e120 {
	font-size: 1.2em;
	font-family: arial;
}
.e80bold {
	font-size: .8em;
	font-family: arial;
	font-weight: bold;
}
.e80it {
	font-size: .8em;
	font-family: arial;
	font-style: italic;
}
.indent {
	text-indent: 20;
}