body {
	font-family: verdana;
	font-size: 10pt;
	}
a {
	color: #000;
  	text-decoration: none;
  }
a:hover {
	color: #f00;
  	text-decoration: underline;
  }
.let {
     font-size: 12pt;
     font-weight: bold;
     }
.don {
	 display: none;	
     }