body.whatsnew {
color: #ffff80;
background: #0000a0;
}

body.whatsnew_blackout {
color: #666666;
background: #000000;
}

/* Text alignments */

.left {
text-align: left
}

.centered {
text-align: center
}

.right {
text-align: right
}
/* other stuff */
A:link {color:#ffff80; text-decoration: none;}
A:visited { color:#00ffff; text-decoration: none;}
