body {
	font-family: arial, sans, sans-serif;
	background: #FFF;
	}

p {text-indent: 1.5em; font-family: arial, sans, sans-serif;}
h1 {
	font-size: 1.25em;
	font-family: arial, sans, sans-serif;
	text-align: right;
	padding: 0.5em;
	margin: 0;
	border-bottom: dashed;
	border-color: gray;
	}
h2 {
	font-size: 1.15em;
	font-family: arial, sans, sans-serif;
	text-align: left;
	padding: 0.5em;
	margin: 0;
	border-bottom: dotted;
	border-color: gray;
	}
/*
a {
	font-family: arial, sans, sans-serif;
	text-decoration:none;
	}
a:link {
	color: white;
	}
a:visited {
	color: white;
	}
a:active {
	color: #999;
	}
a:hover {
	color: #CCC;
	}

div {
	border: 1px solid #FFFFFF;
	}*/
