/* Default typeface */
a, b, p, table, small, body, td, ol, ul, menu, blockquote, div {
    font-family: Arial, Helvetica, sans-serif;
color: #CB1C19;
}
pre, tt, input, textarea {
    font-family: Courier, fixed;
    color: #CB1C19;
}

body {
    margin: 0px;
   background-color: #000000;

color: #CB1C19;
}

/* Link appearance */
a:link, a:visited {color: #CB1C19; text-decoration: none }
a:active, a:hover {color: #CB1C19; text-decoration: underline }
a:hover { color: #CB1C19;}

/* Folder table (text) */
td.foldertext {
    color: #CB1C19;       padding-top: 0px;
    background: #000000;   padding-bottom: 1px;
    font-size: .75em;      padding-left: 3px;
    text-align: left;      padding-right: 8px;
}

/* Folder table (thumbnails) */
td.folderthumbs {
   color: #CB1C19;        padding-top: 2px;
    background: #000000;   padding-bottom: 2px;
    font-size: .7em;       padding-left: 4px;
    text-align: center;    padding-right: 8px;
}

/* Image table */
td.image {
    color: #CB1C19;         padding-top: 2px;
    background: #000000;     padding-bottom: 2px;
    font-size: .8em;         padding-left: 4px;
    text-align: center;      padding-right: 8px;
}

/* Description table */
td.desc {
   color: #CB1C19;       padding-top: 4px;
    background: #000000;     padding-bottom: 3px;
    font-size: .9em;         padding-left: 4px;
    text-align: center;      padding-right: 6px;
}

.inactivelink {
  color: #CB1C19;
}

img.imagethumb {
    border: 0;
}
