body {
   margin:0;
   color: #00000f;
   font-size: 14px;
   letter-spacing: 5px;
   line-height: 110%;
   text-decoration: none
}
A:link {color: red}
A:active {color: blue}
A:visited {color:gray}
A  { background-color: orange}
A:hover{color:white;
        background-color:#000000}

td {font-size: 16px;
   letter-spacing:2px;
   line-height:100%}
