@CHARSET "UTF-8";
a:link {
    color: black;
}
a:hover {
    color: pink;
}
a:visited {
    color: black;
}
body {
    background-color : #9ff;
    width : 700px;
    text-align : left;
    font-family : sans-serif;
    text-decoration : none;
}
table.link {
    text-decoration : none;
    font-size : 8pt;
}
table {
    font-size : 10pt;
    text-align: left;
    text-decoration : none;
}