﻿body
{
	background-image:       url("zzm.jpg");
}

/*
 *	title attribute.
 */
h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS, Arial, Helvetica;
}

/*
 *	page attribue.
 */
table.p_menu	tr.p_list,				/* menu page.				*/
table.p_list	tr.p_list,				/* list page.				*/
table.p_mail	tr.p_list,				/* mail page.				*/
table.p_file	tr.p_list,				/* mail attached file in list page.	*/
table.p_outline	tr.p_list				/* other page (use defaule).		*/
{
#	background-color:	rgb(32,65,87);
	background-color:	#003366;		/* reverse color.			*/
}

table.p_menu	tr.p_list	td,			/* menu page.				*/
table.p_list	tr.p_list	td,			/* list page.				*/
table.p_mail	tr.p_list	td,			/* mail page.				*/
table.p_file	tr.p_list	td,			/* mail attached file in list page.	*/
table.p_outline	tr.p_list	td			/* other page (use defaule).		*/
{
	color:			#cceeff;		/* text color.				*/
}

/*
 *	list attribute.
 */
table.p_menu th,
table.p_menu td,
table.p_list th,
table.p_list td,
table.p_mail th,
table.p_mail td
{
	border:			1px #cccccc dotted;
}

/*
 *	list attribute of filter matching.
 */
table.p_list	tr.p_list	td.p_atari
{
	color:			#eeeeff;		/* text color.				*/
	background-color:	#225588;		/* reverse color.			*/
}

table.p_list	tr.p_list	td.p_atari	b
{
	color:			#cceeff;		/* text color.				*/
	background-color:	#aa1122;		/* reverse color nearly red.		*/
}


/*
 *	mail attached file in list page title.
 */
table.p_file	tr.p_list th,
table.p_file	tr.p_list td
{
#	color:			#44ee55;		/* text color.				*/
	background-color:	#aa1122;		/* reverse color nearly red.		*/
}

table.p_menu,
table.p_file	tr.p_list td.p_name,
table.p_file	tr.p_list td.p_type
{
	text-align:		left;
}

table.p_file	tr.p_list td.p_size
{
	text-align:		right;
}

table.p_menu	a:link,
table.p_file	a:link
{
	color:			#77ffee;		/* text color.				*/
}

table.p_menu	a:visited,
table.p_file	a:visited
{
	color:			#cceeff;		/* text color.				*/
}

/*
 *	list on mouse.
 */
table.p_menu	tr.p_list:hover	td,
table.p_list	tr.p_list:hover	td
{
	color:			#f0e68c;
#	background-color:	#2f7f9f;
	background-color:	#226699;		/* reverse color.			*/
}


