A {
	text-decoration: none;
	color: black;
}

A:link { color:Black }
A:visited { color:Black; }
A:active { color:Black; }
A:Hover {
	text-decoration: underline;
	color: red;
}

BODY {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : Black;
}



TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : Black;
	vertical-align: top;
}

p {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : Black;
	vertical-align: top;
}

h1 {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 16pt;
	font-weight : 600;
	font-style : normal;
	color : Black;
	letter-spacing : 3px;
}


h2 {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

