/* rsr homepage css */
BODY {
    background: #ffffff;
    font-size: 12px;
    font-family: verdana, sans-serif;
    color: #000000;
    margin: 0;
}
A:link { color: #128bff; }
A:visited { color: #5062a0;}
A:active { color: #c4f2ff; }
A:hover { color: #e5372d; }

.menubar {
    font-size: 10px;
    font-family: verdana, sans-serif;
}
.menubar A:link { color: #128bff; text-decoration: none; border-left: solid 6px #ffffff; padding-left: 4px; }
.menubar A:visited { color: #5062a0; text-decoration: none; border-left: solid 6px #ffffff; padding-left: 4px; }
.menubar A:active { color: #c4f2ff; text-decoration: none; border-left: solid 6px #ffffff; padding-left: 4px; }
.menubar A:hover { color: #e5372d; text-decoration: none; border-left: solid 6px #e5372d; padding-left: 4px; }

.sel {
    font-size: 10px;
    font-family: verdana, sans-serif;
    border-left: solid 6px #55aaff;
    padding-left: 4px;
}

.news {
    font-size: 12px;
    font-family: verdana, sans-serif;
}

.banner {
    font-size: 16px;
    font-family: verdana, sans-serif;
    color: #f4823a;
    border-left: solid 6px #e5372d;
}

.smallbanner { font-size: 10px; }

.uline { border-bottom: solid  2px #f4823a; }

.accent {
    font-size: 17px;
    font-weight: bolder;
    color: #e5372d;
}

.thing {
    font-size: 2px;
    background: #55aaff;
}

.listcat {
    font-weight: bolder;
    background: #ffffff;
    color: #000000;
    border-left: solid 6px #55aaff;
    border-bottom: solid 2px #55aaff;
}

.list {
    font-size: 10px;
    font-family: verdana, sans-serif;
    line-height: 1.6em;
}

.photo { border: 1px #000000 solid; }

.done { text-decoration: line-through; }
