BODY, TD {
	color : black;
	font-family : Arial,Verdana, sans-serif;
	font-size: 14px;
	text-align: left;

}

H1 {
	font-size: 20px;
	font-variant: small-caps;
	color: #4D286E;
	font-weight: bolder;
}

H2 {
	font-size: 18px;
	color: #AF4D85;
	font-variant: small-caps;
	font-weight: bold;
	: 
}

H3 {
	font-size: 16px;
	color: #4D286E;
	font-variant: small-caps;
	font-weight: bold;
}

H4 {
    font-size: 12px;
	font-variant: small-caps;
	color : #AF4D85;
	}

A {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #4D286E;
}

a:link {color:#4D286E;}
a:visited {color: #4D286E;}
a:hover {background-color:#AF4D85; color: #ffffff;
	
}

hr {
  width: 95%; height: 1px; text-align: center;
  margin-top: 1px; margin-bottom: 1px;
  border-bottom: 1px solid #4D286E;
  border-top: 1px solid #AF4D85;
  border-left: 0px solid #4D286E;
  border-right: 0px solid #AF4D85;
}
UL { 
list-style: color: #4D286E;
}