a { text-decoration:none;}
a:hover { color:firebrick; }
a:visited { color:blue }
body { border: 1px solid #eedddd; 
       background-color: white; }
.slot {   border-style: solid;
          border-width: 0px;
          border-color: #4682B4;
          height: 18px;
          padding: 0px;
          margin: 0px;
          overflow:hidden;
          font-family: arial;
          font-size: 11px;
          text-align: middle;  }

.border { border: 1 solid blue;
          text-align: center; }
.noborder { border: 0; 
            text-align: center; }
.labelClass { border: 0; 
              text-align: center; 
	      color: navy;      }
