BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: red;
}

H1 {
	font-size : x-large;
}

H2 {
	font-size : large;
}

H3 {
	font-size : medium;
}

H4 {
	font-size : small;
}

H5 {
	font-size : x-small;
}

H6 {
	font-size : xx-small;
}

HR {
	height : 4px;
	color : Blue;

}

OL{
	text-align : justify;
	line-height : 130%;
}

