<Style type= "text/css">
<!--

A:link { color: black; }
A:visited { color: grey; }
A:active { color: grey; }
A:hover { color: red; }

BODY, TD, TH{
    
    font-size: 35;
    color: black;
}

BODY{

  background-color: silver;
  background-repeat: repeat;
}
--!>
</style>