.temp{position: absolute; 
      border: solid 2; 
      border-color: black; 
      background-color: red; 
      visibility: hidden; 
      left: 100px; 
      top: 100px; 
      height: 20px;
      width: 200px; 
      font-size: 8pt;
      font-family: arial;
      font-weight: bold;
      color: white;
     }
a{ text-decoration: none;}