/* ticklebox.css */
body {
    font: 12px Verdana,Helvetica,sans-serif;
    background: black;
    color: white;
}

li {
    display: inline;
    padding: 0.5em 1em;
    background: #ddd;
    font-weight: bold;
    margin: 0 0.5em;
}

li a {
    color: black;
    text-decoration: none;
}
body.writingtech li.writingtech { background: #ff8 }
body.grabbag li.grabbag { background: #f80 }
body.characters li.characters { background: #f88 }
body.plottwists li.plottwists { background: #8f8 }

h1 {
    font: bold 12px Verdana,Helvetica,sans-serif;
    letter-spacing: 0.25em;
}

