/* N© 2004 dotpattern.com */
 
/* NEW global styles for black backgrounds -  components.
     Black gets set in each document
	 define it here too maybe, to avoid the white flash btwn screens
	 which is actually kinda cool*/

	body , p , br , h1 , h2 , h3 , h4 , h5 , th , dl , dd , textarea , li {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	list-style-image : none;
	list-style-type : none;
}

body , p , td , dt , dd , dl , li {

	font-size : 13px;
	color : #ffffff;
	background-repeat: no-repeat;
}

table {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}


.smaller {font-size : 11px; }
.micro {font-size : 10px; }
.larger {font-size : 133%; }

a:link {color : #009900;text-decoration : none; }		/* lt.green */
a:visited {color : #ff6633;text-decoration : none; }	/* */
a:hover {color : #ffff33;text-decoration : underline; }
a:active {color : #000000; text-decoration : none; }


.ltblue {color : #9966ff; }
.ltgreen {color : #33cc33; }
.ltred {color : #ff6633; }
.ltyellow {color : #ffff33; }

.red {color : #cc3300; }
.yellow {color : #ff9900; }
.blue {color : #0000ff; }
.green {color: #009900; }
.black {color : #000000; }
.white {color : #ffffff; }

.bc1 {font-size : 14px; margin-left : 9px; }
.bc2 {font-size : 10px; margin-left : 9px; }
.bc3 {font-size : 10px; margin-left : 18px; }



/* « mysterions »  */