BODY {background-color: black}
TD {color: white}
H1 {color: rgb(51,51,255);
    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(51,255,51);
    font-family: Amelia BT,helvetica;
    font-size: 25px;
    text-align: center}

PRE { color: rgb(51,255,51);
      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(51,51,255); 
    color: white;
    font-family: Amelia BT,helvetica;
    font-size: 25px;
} 

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

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

.revMain { background-color: black; 
    color: rgb(255,204,0);
    font-family: times,serif;
} 

A:link { color:red }
A:visited {color:white}
A:active {color:yellow}

.sideLink {
    color:white;
};

.sideIndent {
    padding-left: 5em;
};

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