<!DOCTYPE html>
<html>
<head>
<style>
table { background: green }
td { color: white }
</style>
</head>
<body>
 <table>
   <tr>
     <td>Three</td>
   </tr>
 </table>
</body>
</html>