BODY, TD {
	margin-top:0;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 12pt;
}
H1, H2, H3, H4{
	text-align:center;
}

P{
	text-align:justify;
	text-indent:20px;

}

I{
	font-style:italic;
	font-size:120%;
	font-family : Arial, Verdana, sans-serif ;
}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: red;
}

