body {
	  font-family: Arial, Helvetica, sans-serif;
	  background-color:#FFFFFF;
	  color: #000000;
	  font-size:small;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:larger;
	color: #CC0000;
	font-weight:bold;
}

div.wrapper {
	width:900px;
}

div.shows {
	width:900px;
	text-align:left;
}

div.footer {
	color: #999999;
	font-size: x-small;
	text-align:center;
}
div.menu {
	text-align: justify;
	font-size:medium;
	width:565px;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FF0000;
}