/* default */
body { background-color:#000000; font-family: Verdana, Courier, sans-serif; }
td { font-family:Verdana, Courier, sans-serif; }

/* link-colors */
a { text-decoration:none; color:#ff6600; cursor:pointer:}
a:link { text-decoration:none; color:#ff6600; cursor:pointer:}
a:visited { text-decoration:none; color:#ff6600; cursor:pointer; }
a:active { text-decoration:none; color:#ff6600; cursor:pointer; }
a:hover { text-decoration:underline; color:#ff6600; cursor:pointer; }

/* text-sizes */
.copy10 { color:#ffffff; font-size:10px; }
