
body {
    color: black;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

.story {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.story a:link {text-decoration: underline; font-weight: bold; color: red;}
.story a:visited {text-decoration: underline; font-weight: bold; color: purple;}
.story a:active {text-decoration: underline; font-weight: bold; color: red;}
.story a:hover {text-decoration: underline; font-weight: bold; color: red;}
      
.history_separator {
    font: 14px Arial, Helvetica, sans-serif;
    color: #000000;
    margin: 0px 0px 2px 0px;
    font-weight: bold;
}

#c2_menu_container {
    margin: 0px 8px 0px 12px;
    text-align: left;
    color: #000000;
}

#c4_menu_container {
    margin: 0px 8px 0px 8px;
    text-align: right;
    color: #000000;
}

.bold {
    font-weight: bolder;
}

.white {
    color: white;
}

.history {
    font: 11px Arial, Helvetica, sans-serif;
    margin: 0px 0px 2px 0px;
}

.history a:link {text-decoration: none; color: black;}
.history a:visited {text-decoration: none; color: black;}
.history a:hover {text-decoration: none; color: black;}
.history a:active {text-decoration: none; color: black;}

.note {
    font: 11px Arial, Helvetica, sans-serif;
    color: #000000;
    margin: 0px 6px 2px 6px;
    text-align: center;
}

.note a:link {font-weight: bold; text-decoration: underline; color: black;}
.note a:visited {font-weight: bold; text-decoration: underline; color: black;}
.note a:hover {font-weight: bold; text-decoration: underline; color: black;}
.note a:active {font-weight: bold; text-decoration: underline; color: black;}

.note_separator {
    font: 14px Arial, Helvetica, sans-serif;
    color: red;
    margin: 0px 6px 2px 6px;
    font-weight: bold;
    text-align: center;
}

.c2_separator {
    font: 14px Arial, Helvetica, sans-serif;
    color: black;
    margin: 0px 6px 2px 0px;
    font-weight: bold;
    text-align: left;
}


