body {
    /*color: #33FF33;*/
    color: #cbd551;
    background-color: black;
    font-family: Tahoma, Verdana, sans-serif;
}

/* link color */
a:link {
    color: #ffb700;
}

/* links that have been visited */
a:visited {
    color: lightblue;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

oldCrt {
    font-size: 30px;
    color: #f0fff8; /* almost white */
    text-shadow: 0 0 3px #80ffc0, 0 0 10px #00ff66, 0 0 20px #00ff66, 0 0 30px #00ff66;
}



/* phosphor color palette */
phosphor {
    color: #fdb31b;
    color: #cbd551;
    color: #e02921;
    color: #f46620;
    color: #70bc51;
}