.tipo {
	color: Black;
	font-family: "Comic Sans MS";
	font-style: italic;
	font-size: larger;
	font-weight: bold;
}
body {
	background-color: Black;
	color: FFFFFF;
}
	.Normal {
		color: White;
		font-weight : bold;
	}
	.Highlight {
	color: #E0D6EE;
	font-weight: bold;
}
	.title {
	font-size: 2em;
	color: White;
	text-indent: 24px;
}
	.schedule
	{
	font-size: smaller;
	font-weight: bolder;
	background-color: #4A618A;
	color: White;
}
	.poem {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: White;
		font-variant : small-caps;
	}
	.hostlist{
		background-color : #7b8cc6;
		color: White;
		font-weight : bold;
	}
	.tableText{
		color : White;
	}
	.transparentCell{
		background-color : transparent;
	}
	.winners{
		font-size : smaller;
		font-weight : bolder;
		background-color : #7b8cc6;
		color: White;
	}
