BODY, TD {
        background: White;
	background: url();
	color: Red;
	font-family: "Century Gothic";
	font-size: large;
	text-align: center;
}
    .phm {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url(images/sidegr.jpg);
}
    .phm ul {
      margin: 15px;
      padding: 0;
      list-style-type: none;
    }
  .phm li {
	background: url(images/sidegr.jpg) repeat;
}

H2 {
	font-size: 14pt;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

HR {
	height: 2px;
	color: Red;
}
