@charset "utf-8";
/* CSS Document */
.indent {
	letter-spacing: normal;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
.subtitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
}
.maintitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 25px;
	font-weight: bolder;
	text-transform: lowercase;
}
.shows {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
}

