/* default.css */

# body {background-color: black}
body  {font-family:verdana, arial, helvetica, sans-serif;}
#p {color: white}
#ol {color: white}
#ul {color: white}

#A:link {color: red;}
A:visited {color: grey;}
#A:active {color: red;}
#A:hover {color: red;}

h3 {color: #c2ff8a}
h4 {color: #c2ff8a}
#tr {color: white; font-size:16pt}

