<!--
a:active {  
text-decoration: none; 
font-family: Arial, Helvetica, sans-serif; 
color: #FF0000
}

a:link {
color : #FF6600;
text-decoration: none;
font-family : Arial, Helvetica, sans-serif;
text-align: justify;

}
a:visited {
color : #FF6600;
text-decoration: none;
font-family : Arial, Helvetica, sans-serif;
text-align: justify;

}
a:hover {  
text-decoration: underline blink;
font-family : Arial, Helvetica, sans-serif;
color: #FF0000;
text-align: justify;
}

a {
	color : #000000;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}

body  {
	color : #FFFFFF;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
; text-align: justify
}
             
td  {
	color : #000000;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
; text-align: justify
}
             
             
-->
