/* $Id$ */ html,html>head,html>body { padding: 5px !important; border-style: none !important; margin: 0px !important; } html,html>head,html>head *,html>body,html>body * { background-attachment: scroll !important; background-image: none !important; background-color: black !important; color: white !important; border-color: gray !important; } html * li { color: yellow !important; } /* FIXME: http://www.hyway.com.au/747/747.html * "UPDATED 15/04/2002" still blinks * although "747 SIMULATOR MESSAGE BOARD" no longer blinks. */ html * blink { text-decoration: none !important; } html * input,html * select,html * textarea { background-color: navy !important; padding: 1px !important; border-style: solid !important; border-width: 1px !important; margin: 1px !important; } html * input *,html * select *,html * textarea * { background-color: navy !important; } html *:link { color: #f44 !important; } /* unvisited links */ html *:visited { color: #44f !important; } /* visited links */ html *:hover { color: yellow !important; } /* user hovers */ html *:active { color: lime !important; } /* active links */