BODY {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	<table border="0" width="100%" cellspacing="0" cellpadding="4">;
		background-color: White;
}

A {
	color: Blue;
}

A:HOVER {
	color: Red;
}

h1 {
   font: normal;
	font-size: 10pt;
	text-align: justify;
	font-weight: lighter;
	vertical-align: top;
	}
h2 {
	font-size: 12pt;
	text-align: left;
	vertical-align: top;
	}
h3{

   color: #7Eb686;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}
h4{
   color: Blue;
	font: normal;
	font-size: 10pt;
	text-align: justify;
   font-weight: lighter;
}
h5{
	color: Navy;
	font: normal;
	font-size: 10pt;
	text-align: justify;
	font-weight: lighter;
}
h6{
	color: Red;
	font: normal;
	font-size: 120%;
	vertical-align: top;
}
h7{
	color: navy;
	font-size: 10pt;
	font-weight: lighter;
	text-align: center;
}