BODY {background-color: black}
TD {color: white}
H1 {color: red;
    font-family: Amelia BT,helvetica;
    font-size: 50px;
    text-align: center}

H2 {color: white;
    font-family: Amelia BT,helvetica;
    font-size: 25px;
    text-align: center}

H3 {color: rgb(255,153,153);
    font-family: Amelia BT,helvetica;
    font-size: 25px;
    text-align: center}

PRE { color: rgb(255,255,255);
      font-family: fixed;
      font-size: 16px}

.introtxt {
    text-align:center;
    color: rgb(255,204,0);
}

.contribute {
    font-family: times,serif;
    font-size: small;
    text-align: center
}

.sideHead { background-color: rgb(204,153,0); 
    color: white;
    font-family: Amelia BT,helvetica;
    font-size: 25px;
} 

.sideMain { background-color: rgb(255,204,0); 
    color: green;
    font-family: times,serif;
    list-style-type: none;
} 

.revHead { background-color: black; 
    color: rgb(255,153,51);
    font-family: Amelia BT,helvetica;
    font-size: 35px;
    text-decoration: none }

.revMain { background-color: black; 
    color: red;
    font-family: times,serif;
} 

A:link { color: rgb(255,204,0)}
A:visited {color:white}
A:active {color: rgb(0,153,102)}

.sideLink {
    color: red;
}

.sideIndent {
    padding-left: 5em;
}

.subjectMain { 
    font-family: times,serif;
    font-size: 15px;
    line-height: 1.1;
} 
