a:link {
	    font-weight: bold;
        font-family: arial;
		font-size=-1;
		color: #000E96;
        cursor : hand;
        text-decoration : none;
}
a:visited {
	    font-weight: bold;
        font-family: arial;
		font-size=-1;
		color: #000E96;	
        cursor : hand;
        text-decoration : none;
}

a:hover {
	    font-weight: bold;
        font-family: arial;
		font-size=-1;
		color: #969696; 	
        cursor : hand;
        text-decoration : none;
}
a:active { 
	    font-weight: bold;
		font-family: arial;
		font-size=-1;
		color:#4B5396; 
		cursor : hand;
		text-decoration: none;
}

BODY  {
		background-color :#ffffff;
        font-family: Arial;
		font-size=-1;
        color:#000000;
}

