table.form 
	{ background-color: white; }
td.title
	{ background-color: #4D3324; }
td.dark, td.form, td.hdr
	{ background-color: #F0F0F0; }
td.lite, td.about
	{ background-color: #F9F9F9; }
td.bugfix
	{ font-family: Tahoma; }  /* helps avoid Netscape 4.x text box sizing bug */
h1, h2, h3, h4, .name
	{ font-family: Tahoma, Helvetica, Verdana, sans-serif; }
h1, h2, h3, h4, b, .ipaddr
	{ color: #000; }
h1
	{
	font-size: 24px;
	text-align: Right;
	margin-bottom: 10px;
	}
h2
	{
	font-size: 10px;
	border-bottom: solid 1pt #ACACAC;
	margin-top: 10px;
	}
h3
	{
	font-size: 10px;
	line-height: 0;
	margin-top: 10px;
	}
.name
	{
	font-size: 24px;
	font-weight: bold;
	text-align: Left;
	line-height: 5%;
	margin-top: 0;
	margin-bottom: 0;
	color: white;
	}
.desc
	{ color: white; }
.small
	{ font-size: 10px; }
.ipaddr
	{
	font-weight: bold;
	/* font-family: 'Tahoma', monospace; */
	}
.urgent
	{ color: red; }
tt
	{ font-family: 'Tahoma'; }
pre
	{ font-family: 'Tahoma'; }