..myTable {

padding: 0;
margin: 0;
border-width: 1;
border-color: #000080;
border-style: solid;
}

.style1:link {  font-family: Verdana; 
             font-size: 7pt; 
             font-style: normal; 
             font-weight: normal; 
             color: #000000; 
             text-decoration: none}
             
.style1:active  {  font-family: Verdana; 
             font-size: 7pt; 
             font-style: normal; 
             font-weight: normal; 
             color: #000000; 
             text-decoration: none}
             
.style1:visited  {  font-family: Verdana; 
             font-size: 7pt; 
             font-style: normal; 
             font-weight: normal; 
             color: #000000; 
             text-decoration: none}
             
.style1:hover  {  font-family: Verdana; 
             font-size: 7pt; 
             font-style: normal; 
             font-weight: normal; 
             color: red; 
             text-decoration: underline}