	a:link  {
      	color : red;
      	font-size : 10pt;
      	font-family : Arial;
		text-decoration:none;
      	}
	a:visited	{
      	color : red;
      	font-size : 10pt;
      	font-family : Arial;
		text-decoration:none;
      	}
	a:hover  {
      	color : blue;
      	font-size : 10pt;
		font-family : Arial;
		text-decoration:none;
      	}