.ntd {
		font-family:'Verdana'; 
		font-style:normal; 
		font-size:10pt; 
		color: blue;
		text-decoration:none
	      }
a {
		color:blue;
		font-style:normal; 
		font-family:'Tahoma';
		font-size:10pt; 
		text-decoration:none
	  }
a:active {
		color:blue;
		font-style:normal; 
		font-family:'Tahoma';
		font-size:10pt; 
		text-decoration:none
		}
a:visited {
		color:blue;
		font-style:normal; 
		font-family:'Tahoma';
		font-size:10pt; 
		text-decoration:none
		}
a:hover {
		color:blue;
		font:normal; 
		font-family:'Tahoma';
		font-size:10pt; 
		text-decoration:underline
		}

