body{
	background: #FFFFFF;
	font-family: sans-serif, arial, helvetica;
	color: #000000;
}
h1{
	background: #FFFFFF;
	font-size: 24pt;
	font-family: sans-serif, arial, helvetica;
	color: #0000C0;
}
table{
	background: #FFFFFF;
	font-size: 12pt;
	font-family: sans-serif, arial, helvetica;
	color: #000000;
}
td.alive{
	background: #F0FFFF;
	font-size: 12pt;
	font-family: sans-serif, arial, helvetica;
	color: #00C000;
}
td.broken{
	background: #FFF0FF;
	font-size: 12pt;
	font-family: sans-serif, arial, helvetica;
        font-weight: bold;
	color: #C00000;
}
td.comment{
	background: #FFFFE0;
	font-size: 12pt;
	font-family: sans-serif, arial, helvetica;
	color: #000000;
}
td.stats{
	background: #EFEFEF;
	font-size: 12pt;
	font-family: sans-serif, arial, helvetica;
	color: #000000;
}
td.status{
	background: #FFFFFF;
	font-size: 12pt;
	font-style: italic;
	font-family: sans-serif, arial, helvetica;
	color: #000000;
}
a{
	background: #FFFFFF;
	font-size: 12pt;
	font-family: sans-serif, arial, helvetica;
	color: #00C0C0;
}

