
/*  The following styles are required. You can change their  */
/*  attributes but you cannot change their name.             */

.body
{
	color : white;
	background-color: black;
}

.cat  
{
	font-family : Arial, Helvetica, Sans-serif;
	color : white;
	font-size : 16;
	font-weight : BOLD;
}

.subcat  
{
	font-family : Arial, Helvetica, Sans-serif;
	color : white;
	font-size : 12;
	font-weight : BOLD;
}

.default  
{
	font-family : Arial, Helvetica, Sans-serif;
	color : white;
	font-size : 12;
}

.stash  
{
	font-family : Arial, Helvetica, Sans-serif;
	color : red;
	font-size : 12;
	font-weight : BOLD;
}

.char   
{
	font-family : Arial, Helvetica, Sans-serif;
	color : yellow;
	font-size : 12;
	font-weight : BOLD;
}


/*  The following styles are optional. You can define new  */
/*  styles here and reference them inside the datafile.    */

