td.header
{
  width: 250px;
  height: 40px;
  font-weight: bold;
  font-family: Arial;
  background-color: #CC3333;
  text-align: center;
  border: black solid;
}

td.category
{
	width: 250px;
	height: 200px;
	background-color: #4680BF;
	text-align: center;
	border: black solid;
	padding-top: 4px;
	padding-bottom: 6px;
}

a:link {color: white;}
a:visited {color: yellow;}
a:active {color: red;}