body {	margin: 0px;
	padding: 0px;
}
.l1 {	font-family: Verdana;
	font-weight: none;
	font-size: 7pt;
	color: #000000;
	text-decoration: none;
	}
.warn {
	font-family: Verdana;
	font-weight: bold;
	font-size: 7pt;
	color: #FF0000;
	text-decoration: none;
}
a.cnt:link {
  font-family: Verdana;
  font-size: 10pt
  color: #253B5C;
  font-weight: normal;
  text-decoration: none
 }

a.cnt:visited {
  font-family: Verdana;
  font-size: 10pt;
  color: #253B5C;
  font-weight: normal;
  text-decoration: none
 }

a.cnt:active {
  font-family: Verdana;
  font-size: 10pt;
  color: #253B5C;
  font-weight: normal;
  text-decoration: none
 }

a.cnt:hover {
  font-family: Verdana;
  font-size: 10pt;
  color: #FF0000;
  font-weight: normal;
  text-decoration: underline;
 }