/* Note to self: Include with
<link rel="Stylesheet"
    type="text/css"
    href="/style/basic.css">
*/
body {
    font-family: Arial, freesans;
}
a:link {
    color:#0000FF;
    text-decoration: none;
}
a:hover {
    color:#0000FF;
    text-decoration: underline;
}
a:visited {
    color:#0000FF;
    text-decoration: none;
}
a:active {
    color:#0000FF;
    text-decoration: underline;
}
.error {
    color:#F00;
}
.good {
    color:#0F0;
}
.debug {
/*    font-size: 0px; */
    display: none;
}
