<style type="text/css">
*
{
box-sizing: border-box;
font-family: arial, sans-serif;
font-size: 1em;
color: navy;
}
table {border-collapse: collapse;}
a:link {color: blue; text-decoration: underline; font-weight: bold; font-size: 1em;}
a:visited {color: purple;}
a:hover {color: red;}
</style>