BODY {background-color: black}
TD {color: white}
H1 {color: rgb(255,0,102);
    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,153,255);
}

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

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

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

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

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

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

.sideLink {
    color: rgb(255,0,102);
}

.sideIndent {
    padding-left: 5em;
}

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