H1 {
	font-size:22px;
	font-family:verdana;
	color: Black;
}
H2 {
	font-size:18px;
	font-family:arial;
	color: Blue;
}
H3 {
	font-size : 16px;
	color : Red;
}
BODY {
	background-color : #FFF8DC;
	margin-left : 10pt;
	margin-right : 1pt;
}

A:link {
	font-size: 15px;
	text-decoration : none;
}
A:visited {
	font-size: 15px;
	text-decoration : none;
	color : Blue;
}
A:hover {
	color : Red;
	cursor : hand;
	text-decoration : none;
}

H6 {
	font-size:16px;
	font-family:verdana;
	color: #FFF8DC;
}
.TABLE1 {
	border : medium double Black;
	width : 100%;
}
.TRINT {
	font : bold small-caps;
	text-decoration : underline;
}

