/*stylesheet for pyestuff*/
p
{
	margin-top: 0px;
	margin-bottom: 1px
}

hr
{
	height: 0.0125in;
	background-color: black
}

a:link {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: green;
  background-color: transparent;
  text-decoration: underline;
}

span.WPParaBox
{
	padding: 0px;
	width: 100%;
	margin: 0px;
	display: block
}

div.WPParaBoxWrapper
{
	padding: 0px;
	float: left
}

body
{
  background-image: url('home-background.jpg');
	font-family: "Times New Roman", serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
}


