A:link		{text-decoration:underline; font-weight:bold; color:white;}
A:visited	{text-decoration:underline; font-weight:bold; color:white;}
A:hover		{text-decoration:underline; font-weight:bold; color:red;}	



html {
    font-size: 16px;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #EDEDED;
    background-color: #111111;
}

table, tr, td {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

p {
    margin: 0 0 1em 0;
}

b, strong {
    font-weight: 700;
    color: #FFFFFF;
}