body
{
	color: #F00;
	background-color:#000;
}
a:link.showtitle, a:visited.showtitle
{
	font-size: 3em;
	font-style: strong;
	font-family: "Verdana";
	text-decoration: none;
}

a:link {
	color: #F00;
}

a:visited {
	color:#800;
}

a:hover.showtitle
{
	font-size: 3em;
	font-style: strong;
	font-family: "Verdana";
	text-decoration: underline;
}

div.totalseasons
{
	font-size: 1em;
	font-style: strong;
	font-family: "Verdana";
}

/* table */
table
{
    text-align: left;
    font-family: "Verdana";
}
th
{
    font-size: 0.8em;
    text-align: left;
}

td
{
    font-size: 0.8em;
}

#footer {
position: absolute;
bottom: 0;
width:99%;
}

input {
  background-color:000;
  border-color:B00;
  border-style:dotted;
  border-width:thin;
  color:B00;
}
