body {
	color: Navy;
	background-color: #FAEBD7;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 1%;
	font-family: "DejaVu Serif", "Bitstream Cyberbit", serif;
}
code {
	font: normal normal normal 100% "DejaVu Sans Mono", monospace;
}
pre {
	background-color: Window;
	color: WindowText;
	font: normal normal normal 100% "Courier New", monospace;
	margin: 1%;
}
a:before, a:after {
	content: '_';
}
.l a:before, .l a:after {
	content: '';
}
a:link {
	color: Blue;
	text-decoration: underline;
}
a:visited {
	color: Purple;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: Red;
	text-decoration: none;
	background-color: #E6E6FA;
}
li, p, td, dd {
	font-size: 100%;
}
p{
	text-indent: 5%;
	text-align: justify;
	margin: 0;
}
h1{
	font-size: 200%;
	font-weight: normal;
	text-align: left;
}
h2, th{
	font-size: 180%;
	font-weight: normal;
	text-align: center;
}
h3, dt{
	font-size: 150%;
	font-weight: normal;
	text-align: left;
	margin: 1% auto 0 5%;
}
ul li{
	list-style-type: circle;
	margin: 1% auto 1% 5%;
}
STRONG {
	background-color: Menu;
	font: menu;
	color: MenuText;
}
address{
	font-family: "Lucida Console", monospace;
	font-size: 70%;
	text-align: right;
	margin-top: 3%;
}