body {
 background-color: #000000;
 background-image: url("http://www.remtech.org/ScAvenger/img/stars.gif");
 font-family: Times New Roman, Times;
 color: #ffff00;
}


/* Out-of-Date Font*/

.outofdate {
 color: #FF4040;
}


/* Defunct Font*/

.defunct {
 color: #FF4040;
}


/* Solid Background*/

.SolidBG {
 background-color:#000000;
}


/* Default link*/

a:link {
 color: #ffffff;
}

a:active {
 color: #ffff00;
}

a:visited {
 color: #ffff00;
}


/* Actual link*/

a.actual:link {
 text-decoration: underline;
 color: #00ff00;
}

a.actual:active {
 text-decoration: underline;
 color: #028A02;
}

a.actual:visited {
 text-decoration: underline;
 color: #028A02;
}


/* Out of Date link*/

a.outofdate:link {
 text-decoration: underline;
 color: #FF4040;
}

a.outofdate:active {
 text-decoration: underline;
 color: #ff0000;
}

a.outofdate:visited {
 text-decoration: underline;
 color: #ff0000;
}


/* Default link*/

a.changes:link {
 color: #ffffff;
}

a.changes:active {
 color: #ffff00;
}

a.changes:visited {
 color: #00ffff;
}
