/* vim: ts=4 sts=4 sw=4 et
*/

main {
}

main pre {
    font-family: "ibm-vga-8x16", monospace;
}

main pre a {
    text-decoration: none;
    color: #fff;
}

main pre a::before {
    content: "=> ";
}

/*main pre a::after {
    content: " <-";
}*/
