td, span, p, div, body {
font-family: tahoma;
font-size: 10pt;
color: white;
}
a, a:visited {
color: skyblue;
text-decoration: underline;
font-weight: bold;
}
a:hover, a:visited:hover {
color: pink;
text-decoration: none;
}
img {
border: 0px solid black;
}