.menu a {
    text-decoration: none;
    font-weight: bold;
}
.menu a:hover {
    background-color: #ffff00;
    text-decoration: none;
}
body {
    background-color : #66FFFF;
}
.bar {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
    background-color: #d3d3d3;
    margin: 0;
}
.bar a {
    color: #000000;
    text-decoration: underline;
}
a {
    color : #0000000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.big {
    font-size: 150%;
}
.big2 {
    font-size: 250%;
}
