body, p { 
font-family: courier, verdana;
font-size: 14px;
background-color: black;
color: #00CC00;
}

p#head {
font-size: 18px;
background-color: #00CC00;
color: black;
border-bottom: 1px solid green;
font-variant: small-caps;
}

a {
font-size: small;
// color: #D4D0C8;
color: #00EE00;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
// text-decoration: underline;
text-decoration: none;
color: black;
background-color: #00CC00;
}
a:active {
text-decoration: none;
}

