<style>

A:link {text-decoration: none; color: black}
A:visited {text-decoration: none; color: black}
A:active {text-decoration: none; color: black}
A:hover {text-decoration: none; color: black}

body { background-color: aqua;
       font-family: Arial }

table { border-collapse: collapse }

td { font-size: 14px;
     font-weight: bold;
     font-family: Arial;
     width: 20px;
     margin: 0px;
     text-align: left;
     border: 1px solid black;
     height: 20px }


td.black { text-align: left; 
           color: white;
           background-color: black;
            border-style: solid;
            border-color: black  }


td.normal { text-align: center;
            color: black;
            background-color: white;
            border-style: solid;
            border-color: black  }

td.white { text-align: center;
           color: black;
           background-color: transparent;
           font-weight:bold;
           border-style: none }

.popuppage {
	    position: absolute;
        background-color: white;
        border: 1px solid red;
        overflow-x: hidden;
        overflow-y: scroll;
        visibility: hidden }



</style>