body
{
	background-color: #abcdef;
/*background: url("http://pikesley.org/includes/stripes.php?a=abcdef&b=9abcde&width=1");*/
	font-size: 80%;
color: #234567;
		 font-family: Arial, Verdana, Helvetica, sans-serif;
margin: 10px;
		  margin-left: 50px;
		  margin-right: 50px;
		  text-align: justify;
}

h1, h2, h3
{
	background-color: #6789ab;
color: #abcdef;
padding: 5px;
}

pre
{
	font-family: Monospace, Courier, fixed;
	font-size: 90%;
}

a
{
	text-decoration: none;
	font-weight: bold;
color: #234567;
padding-top: 3px;
padding-bottom: 3px;
}

a:hover
{
background-color: #6789ab;
color: #abcdef;
}

hr
{
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px;
	border-style: solid;
}
