BODY {
  background : url("bss6.gif");
  color : Black;
}
A:link    { color: Gray }
A:visited { color: Black }
A:focus:hover { color: Blue }

H1.title {
	display:block;
	background : #B8860B;
	color: White;
}

H2 {
	color: #B8860B;
}

H3.red {
 color: red
}

LI.alive {
	color: black;
	font-weight : bold;
}

LI.dead  {
	color : red;
	font-size : smaller;
 }

hr
{
border-top:1px solid #B8860B;
border-bottom:0px;
border-left:0px;
border-right:0px;

}
	
a.download
{
margin-left:auto;
margin-right:auto;
color:#487828;
font-size:16px;
text-decoration:none;
font-weight:bold;
}
a.download:hover
{
text-decoration:underline;
}
a.download i
{
font-weight:normal;
color:#B8860B;
font-size:13px;
}
td.label
{
width:160px;
text-align:center;
}