<!--
/* $Id: bplog.css,v 1.1 2002/11/15 23:08:30 mike Exp $ */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #000000;
}
H1 {
	text-align: center;
	font-size: 16pt;
}
A {
	color: #0000EF;
	text-decoration: none;
}
A:visited {
	color: #55188A;
}
A:active {
	color: #FF0000;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}
TD {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: white;
}

/* bplog classes */
.bpdate {
	color: white;
        background-color: #000066;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
.bpsubject {
	color: white;
	background-color: #000066;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}
.bptime {
	color: white;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	font-style: italic;
}
.bpentry {
	color: white;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
}
.bpfooter {
	font-size: 8pt;
}
-->
