	.link  {
   	font-family : arial;
   	font-size : 12px;
	color : Navy;
   	text-decoration : none;
    }
	
	.type2  {
   	font-family : arial;
   	font-size : 12px;
   	color : #FF8000;
   	text-decoration : none;
    }
	
	.type3  {
   	font-family : arial;
   	font-size : 13px;
   	text-decoration : none;
    }
	
	.type4  {
   	font-family : arial;
   	font-size : 12px;
	color : Black;
   	text-decoration : none;
    }
	
	.type5  {
   	font-family : arial;
   	font-size : 10px;
	color : Red;
   	text-decoration : none;
    }
	
	.type6  {
   	font-family : arial;
   	font-size : 13px;
	color : #0080FF;
   	text-decoration : none;
    }
	
	A.link:hover  {
   	text-decoration : underline;
   	color : Red;
    }
	
	A.type2:hover  {
   	text-decoration : none;
   	color : Red;
    }
	
	A.type4:hover  {
   	text-decoration : underline;
   	color : Red;
    }
	
	A.type5:hover  {
   	text-decoration : underline;
   	color : Red;
    }