/*
    Kinda snoopy, eh?  Well, this is all home-grown.  No fancy HTML
    editors.  No wizards.  No homepage builders.  Wanna know how to 
    do this?  Read the standards documents at www.w3.org.  It's not
    that hard.
*/

BODY		{ background: #000000 ; color: #FFFFFF }

/* lasttime */
TABLE.lasttime	{ background: #3333FF }
TABLE.lasttime TH { font: bold 18pt sans-serif ; color: #CCCCFF ;
		    text-decoration: underline }
TABLE.lasttime TD { font: bold 14pt sans-serif ; color: #CCCCFF ;
		    text-align: center }

/* dance */
TABLE.dance	{ background: #663399 }
TABLE.dance TH	{ font: bold 16pt serif ; color: #CCCC33 ;
		  text-decoration: underline }
TABLE.dance TD	{ font: normal 12pt serif ; color: #CCCC33 ;
		  text-align: right }

/* halfalone */
TABLE.halfalone	{ background: #FFFFFF }
TABLE.halfalone TH	{ font: normal 16pt serif ; color: #330033 ;
			  text-decoration: underline }
TABLE.halfalone TD	{ font: normal 14pt serif ; color: #330033 ;
			  text-align: left }

/* futurewife */
TABLE.futurewife	{ background: #669999 }
TABLE.futurewife TH	{ font: normal 16pt sans-serif ; color: #FFFFFF ;
			  text-decoration: underline }
TABLE.futurewife TD	{ font: normal 14pt sans-serif ; color: #FFFFFF ;
			  text-align: left }


/* butterflies */
TABLE.butterflies	{ background: #FFFF00 }
TABLE.butterflies TH	{ font: normal 18pt script, sans-serif ;
			  color: #9999CC ;
			  text-decoration: underline }
TABLE.butterflies TD	{ font: normal 16pt script, sans-serif ;
			  color: #9999CC ;
			  text-align: left }


/* learned */
TABLE.learned		{ background: #663366 }
TABLE.learned TR TH	{ font: bold 16pt serif ; color: #CCCCCC ;
			  text-decoration: underline }
TABLE.learned TR TD	{ font: normal 10pt sans-serif ; color: #CCCCCC ;
			  text-align: left }