/* $Id: style_white_black.css,v 1.2 2009/11/17 23:17:36 christianzwahlen Exp $ */

<!--
/* <![CDATA[ */

/* body for old browser (IE 4) */
body,
* {
  color: #e3e3e3 !important;
  background-color: #1c1c1c !important;
  background-image: none !important;
}

a {
    text-decoration: underline !important;
}
a:hover,
a:active {
	text-decoration: none !important;
}
/* ]]>*/
-->
