body {
background-color: #000;
color: #fff;
font-family: monospace;
font-size: 15px;
}
.separator { 
color: red;             
}
.text { 
color: grey;
}
.link { 
color: white;
text-decoration: underline;
}
#footer {
font-size: 10px;
color: gray;
text-align: center 
}
a:link, a:visited { 
color: white;
background: transparent;
text-decoration: underline;
}

a:hover, a:visited:hover { 
color: grey;
text-decoration: none 
}
