body {color: black; font-family: Times New Roman, Arial}

body, td, tr
{
	/* test color: red; */
	font-weight: bold;
}

/* Normal, standard links. */
a:link
{
	color: black;
	text-decoration: underline;
}
a:visited
{
	color: black;
	text-decoration: underline;
}
a:hover
{
	color: #476C8E;
	text-decoration: underline;
}

/* Site Specific */
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.festivaltitle
{
	/* test color: red; */
	font-size: 24pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.festivaltitletext, .festivaltitledate
{
	/* test color: blue; */
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}