table.myheader {
	background-color: black;
	border-style: groove;
	border-width: 2px;
	color: white;
	font-size: 1rem;
	text-align: center;
}

table.mybody 
{
	border-style: groove;
	border-width: 2px;
	background-color: black;
	color: white;
	width: 99%;
	text-align: left;
}

th
{
	background-color: rgb(248,248,0);
	color: rgb(0,0,0);
	font-size: 2.25rem;
	text-align: center;
}

body 
{
	background-image: url("bg0060.gif");
	background-repeat: repeat;
	background-color: black;
	color: white;
}
	
p 
{ 
	text-align: left;
	color: white;
	background-color: transparent;
	margin-left: 5rem;
}

p.date
{
	text-align: left;
	font-size: 1.25rem;
	color: yellow;
	background-color: transparent;
	margin-left: 0.5rem;
}


b.header
{
	color: yellow;
	background-color: transparent;
}


.notalink {
	color: rgb(8,128,8);
	text-decoration: line-through;
}

a:link { color: rgb(0,255,0); background-color: transparent; }
a:visited { color: rgb(0,255,0); background-color: transparent; }
a:active { color: blue; background-color: transparent; }
a:hover { color: rgb(255,0,0); background-color: transparent; }

