BODY {
	background-color: #4682B4;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 12px;
	text-align: left;
	text-indent: 22px;
	line-height: 120%;
}

TD {
	background-color: #F8F8FF;
	color: Black;
	text-indent: 22px;
	line-height: 120%;
}	


H1 {

  color:black;
  font-family : "Georgia", "Times New Roman", serif;
  font-size: 24px;
  line-height: 110%;
  text-indent: 0px;
  font-weight: bold;
  text-align: left;
  

}

H2 {
	color: red;
	font-family: "jokerman", fantasy;
	font-size: 28px;
	line-height: 110%;
	font-weight: bold;
	text-indent: 0px;
	text-align: left;
}

H3 {
	color: black;
	font-family : "Georgia", "Times New Roman", serif;
	font-size: 14px;
	text-align: left;
	text-indent: 0%;

}

H4 {
	
	color: black;
	font-family : "Verdana", "Arial", sans serif;
	font-size: 10px;
	text-align: left;
	text-indent: 0%;
	font-weight: normal;
	line-height: normal;

}

A {

}

A:link {
	color: red; font-weight:bold;
	}


A:visited {
	color: #778899;
	font-weight: bold;
}

A:Hover {
	color: blue;  font-weight:bold;
	text-decoration: underline;
}

HR {
	height: 1pt;
}

