div.content {
    font-family: Comic Sans MS, Comic Sans, Comic, cursive;
}

div.pane {
    position: relative;
    cursor: crosshair;
    float: left;
}

div.scroller_parchment, .centertitle {
    font-family: Comic Sans MS, Comic Sans, Comic, cursive;
}

div.pane img {
    cursor: crosshair;
}

div.float {
    clear: left;
}

div.pane textarea {
    overflow: hidden;
}

table.controls {
    margin-bottom: 8px;
}

table.controls td {
    padding-left: 5px;
    padding-right: 5px;
}
table.controls td.one {
    padding-left: 0;
}
table.controls td.three {
    padding-right: 0;
    vertical-align: top;
}

div.buttons {
    float: left;
    text-align: center;
}

a.colorpick {
    display: block;
    float: left;
    text-decoration: none;
    height: 35px;
    width: 24px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

div.current_color {
    height: 25px;
    width: 75px;
    margin-left: auto; margin-right: auto;
    border: 1px solid black;
}

div.colorpicks {
}

table.buttons {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}

#scroller_parchment a img {
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #ccc;
}

#scroller_parchment a {
    text-decoration: none;
    font-family: Comic Sans MS, Comic Sans, Comic, cursive;
}

#help {
    margin-left: 16px;
    margin-right: 16px;
    font: 16px/23px Comic Sans MS, Comic Sans, Comic, cursive;
    color: white;
}

#help h1 {
    padding: 0;
    margin: 16px 0 5px 0;
    font: 19px Comic Sans MS, Comic Sans, Comic, cursive;
    font-weight: bold;
}

#help strong {
    color: yellow;
}
#help em {
    color: #6090f0;
}


