/*
 * Lynx-like style
 *
 * Author: Bert Bos <bert@w3.org>
 * Created: 5 May 2001
 * Patched by Tom : 17 june 2004
 * TODO
 * -> tables
 * <hr>
 */

* {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  display: inline !important;

  font: medium sans-serif !important;
  text-align: left !important;
  position: static !important;
  float: none !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  font: 100%/1.1 monospace !important;
}

HEAD {
    display: inline !important;
    color:#b218b2 !important;
    text-align: right !important;
    }

ADDRESS,
BLOCKQUOTE,
BODY, DD, DIV,
DL, DT,
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4,
H5, H6, IFRAME,
NOFRAMES,
OBJECT, OL, P,
UL, APPLET,
CENTER, DIR,
HR, MENU, PRE,
LI, TABLE,
TR, THEAD,
TBODY, TFOOT,
COL, COLGROUP,
TD, TH, CAPTION	      { display: block !important;
			margin: 1.1em 0 !important }

/*H1		      { text-align: center !important }*/
BODY		      { padding: 0 0 0 1.5em !important }

H2		      { margin-left: -1.5em !important; }
UL, OL		      { padding-left: 2em !important;}
LI		      { text-indent: -1.2em !important;
			margin: 0 !important }
LI:before	      { content: "* " !important; color: purple; }
A:link, A:visited     { text-decoration: underline !important }

IMG		      { width: 0 !important;
			height: 0 !important }
IMG:before	      { content: attr(alt) }

/*** Add by Tom ***/

BODY{
    color: #fff;
    background: #000;
}

LI:before	      { color: purple; }

A:link, A:visited {color: #18b218}
A:hover {color: #ffff54;}
H1 {background: #1818b2; color:#ffff54; text-align: left;}
H1 {display: inline !important}
H1 { margin-left: -1.5em !important }
IMG[alt]      { color: #b26818 }
strong {color: #ff5454}
script {visibility: hidden; font-size: 0em ! important;}

TABLE {display: table !important;}
TR {display:table-row  !important;}
TBODY {display:table-row-group  !important;}
THEAD {display:table-header-group  !important;}
TFOOT {display:table-footer-group  !important;}
COL {display:table-column  !important;}
COLGROUP {display:table-column-group  !important;}
TD, TH {display:table-cell  !important; padding: 0.05em 0.2em !important;}
CAPTION {display:table-caption  !important;}

hr {
    display: block !important;
    border-top: 1px dashed #ffff54 !important;
    text-align:center !important;
    width: 80pc !important;
}

#switcher {
    color:#000 !important;
    font-size: 1em !important;
    position: absolute !important;
    text-align: center !important;
    right: 20px !important;
    top:0  !important;
    background: #fff !important;
    border: 1px solid #ED0600 !important;
    margin: 3px !important;
    padding: 3px !important;
    z-index: 1 !important;
    }

#switcher select,#switcher select option{
    display: block !important;
    }
