body {
	height:100%;
	margin:12px 0 12px 0;
	background-color:#ffffee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

h1, h2, h3 {

	border-top:1px solid #006699;
	border-bottom:1px solid #006699;

	padding:.1em .2em .1em 1em;

	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	background-color:#eadacd;
	color:#990000;
}

h1 {
	font-size:x-large;
	clear:right;
}

h2 {
	font-size:large;
	clear:right;
}

h3 {
	font-size:medium;
	clear:right;
}

p, li {
	color:#333333;
	line-height:1.4em;
}

