/* i got style */
/* old link color "teal" */
body {
    background: #000000;
    color: #CDCDCD;
    margin-left: 5%;
    margin-right: 5%; 
    font-family: "Courier New", monospace
}
a.plain {
    text-decoration: none
}
a:link {
    color: #5AFE73
}
a:visited {
    color: #5AFE73
}
a:active {
    color: white
}