
body {background-color: #dfdad0;
margin: 0px;
padding: 20px;
font-size: 10pt;
font-family: arial, helvetica, sans-serif;
}

a {
color: teal;
font-family: arial, helvetica, sans-serif;
font-weight: 400;
text-generation: none;
}

a:link {
color: teal;
}

a: visited {
color: teal;
}

a:hover {
background-color: #bbb;
}