body {
    margin-top: 0px;
    padding-top: 0px;
}

#content {
    border-top: solid 4px red;
    padding-top: 8px;
}

td.main {
    text-align: left;
    width: 250px;
}

td.tag {
    text-align: center;
    width: 250px;
}

#controls {
    padding: 8px;
}

table.uiset tr td { 
    width: 36;
    height: 36px;
    text-align: center;
    cursor: pointer;
}

td.selected {
    background: url(selector.png) no-repeat;
}

#tagtext {
    border: solid 1px black;
    padding: 0.25em;
}

#savers {
    font-family: helvetica, arial, sans serif;
    font-size: 95%;
    color: red;
}

a {
    color: red;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


#savers a {
    color: red;
    text-decoration: none;
}


#savers a:hover {
    text-decoration: underline;
}

