/* 3x3 Eyes Digest default style sheet - main pages
   David Park - dpark@sazan.net
   Feb. 17, 1999
*/
BODY {
    background-color: #000000;
    background-image: url(/digest/pics/grad03.gif);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: left top;
    color: #FFFFFF;
}
BODY.news H2 {
    /* the table look without the TABLE */
    font-size: medium; font-weight: bold; color: #CCCC99; 
    text-align: right; padding: 2px; margin-top: 2em; 
    border-width: 2px; border-color: #FFFFFF; border-style: ridge; 
    width: 100%;
}
A:link {
    color: #CCCC99;
}
A:visited {
    color: #999966;
}
A:active {
    color: #CC0000;
}
H1 {
    text-align: center;
    font-family: "Baskerville Old Face", serif;
    font-weight: normal;
    font-size: x-large;
    color: #FFFFCC;
}
TABLE.fixed { 
    table-layout: fixed;
}
UL.plain {
    list-style-position: outside;
    list-style-type: none;
}
DT {
    font-weight: bold;
}
DT .uc {
    font-weight: normal;
}
.navmenu, .toolmenu {
    color: #888899;
    font-size: smaller;
}
.navmenu EM, .toolmenu EM {
    color: #FFFFCC;
    font-style: italic;
}
.navmenu A:visited, .toolmenu A:visited {
    color: #CCCC99;
}
.sans {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: smaller;
}
.datetime {
    color: #888899;
    font-size: smaller;
}
.hdate {
    color: #CCCC99;
    font-family: "Arial", "Helvetica", sans-serif; 
    font-weight: normal; 
    font-size: xx-small;
}
.subtle A:link, .subtle A:visited {
    color: #555566;
}
