body {
	background-color: #000000;
	color: #FFCC00;
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
}
a {
	color: #ffffff;
}
a:visited {
	color: #cccccc;
}
.title {
	color: #FFFFFF;
	text-transform: lowercase;
	font-size: small;
}
.pagetitle {
	font-style: italic;
	text-decoration: underline;
}
.nav {
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	font-size: x-small;
	text-align: center;
}
.content {
	width: 620px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: none;
}
.news .content, .journal .content {
	text-align: left;
	text-indent: 1em;
}
.shows .content {
	text-align: left;
	text-indent: -4em;
	padding-left: 8em;
}
.news, .shows, .journal, .links, .contacts, .looks, .sounds {
}
.notice {
	width: 620px;
	font-style: italic;
	background-color: #333333;
	text-align: center;
}
