html {
background-color: white;
color: black;
font-family: Arial, sans-serif;
text-align: justify;
}
a {
color: inherit;
background-color: inherit;
}
a:link {
color: #0000e0;
}
a:visited {
color: #8000a0;
}
a:hover {
color: red;
}
img {
border-style: none;
}
p.footer {
clear: both;
border-top-style: solid;
border-top-width: 1px;
padding-top: 1ex;
text-align: center;
font-size: smaller;
}
li {
text-align: left;
}