BODY, TD {
	color : #DFDFDF;
	font-family : Georgia, Arial, Verdana, sans-serif;
	font-size: 16px;
	text-align: left;

}

H1 {
	font-size: 18px;
	font-variant: small-caps;
	color: #FF6347;
	font-weight: bolder;
}

H2 {
	font-size: 16px;
	color: #FF6347;
	font-variant: small-caps;
	font-weight: bold;
	: 
}

H3 {
	font-size: 12px;
	color: #FF6347;
}

H4 {
    font-size: 13px;
	font-variant: small-caps;
	color : #FF6347;
	}

A {
	text-decoration: none;
	color: #FEFF64;
}

a:link {color: #FEFF64;}
a:visited {color: Blue;}
a:hover {color: #FEFF64;
	
}

hr {
  width: 100%; height: 1px; text-align: center;
  margin-top: 1px; margin-bottom: 1px;
  border-bottom: 1px solid #FF6347;
  border-top: 1px solid #FF6347;
  border-left: 0px solid #FF6347;
  border-right: 0px solid #FF6347;
}
UL { 
list-style: color: #FF6347;
}