body {
	background-color: Black;
	color: Silver;
}
a {
	color: Blue;
	background-color: Black;
}
table {
	background-image: images/bkgnd.gif;
	}
table.photos {
	padding-top: 10px;
	background-color: Yellow;
	font-family: Arial, Helvetica, sans-serif;
	color: #408080;
	font-size: 14px;
	font-weight: 900;
}
tr {	
	vertical-align: top;
}
td {
	text-align: center;
	width: 33%;
}
td.al {
	text-align: center;
	width: 30%;
}
td.rumors {
	text-align: center;
	width: auto;
}
td.whitebg {
	text-align: center;
	width: 20%;
	background: White;
	color: white
}
td.left {
	text-align: left;
	width: 33%;
}
b.large {
	background-color: Black;
	color: Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
b.small {
	background-color: Black;
	color: Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
b.medium {
	background-color: Black;
	color: Silver;
	font-size: 16px;
	font-weight: bold;
}
b.mediumltcolor {
	background-color: Black;
	color: #E0E0E0;
	font-size: 16px;
	font-weight: bold;
}
b.mediumblue {
	background-color: Black;
	color: #0066FF;
	font-size: 16px;
	font-weight: bold;
}
hr {
	background-color: Black;
	color: Silver;
	width: 80%;
}
li {
	color: White;
	background: Black;
}


