/*general*/
body {color: #cfcfcf; background-color: #000000;}
a {color: #bfbfbf; text-decoration: underline}

/*the (innermost) table with stuff */
/*table.stuff tr td {border-style: dotted; border-width: 1px;}*/

/*the floating menu*/
a:hover {color: #aaaaaa; }
a.links {text-decoration: none;}
a.links:hover {font-weight: bold;}
#linkpanel {position: fixed; top: 160; left: 50; z-index: 10;}

