/*
  Where color is specified one should also specify background
  see http://www.htmlhelp.com/reference/css
*/

body, textarea, input { background-color: black }

body { font-family: sans-serif }

body, li, input, textarea  { color: #f9a438 }
A:link      { color: #ffff00; text-decoration: none }
A:hover   { color: #ffff80; text-decoration: underline }
A:active   { color: #ffff00; text-decoration: underline }
A:visited  { color: #ffff00; text-decoration: underline } 
    /* if not underline, IE does not show hover+visited as underline */
input, textarea  { border-color: #f9a438 }

