body {
	background-color: #232323;
}

a:link {
	text-decoration: none;
	color: #AAAAFF;
}

a:visited {
	text-decoration: none;
	color: #FFAAFF;
}

a:hover {
	text-decoration: underline;	
}

div.all {
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	font-family: sans-serif;
	color: #F5F0FF;
	width: 120ex;	
}

div.menu {
	width: 15ex;
	float: left;
	clear: left;
	margin-right: 3ex;
	padding-right: 3ex;
	border-right-style: solid;
	border-right-color: #F5F0FF;
	border-right-width: thin;
}

div.body {
	width: 90ex;
	float: left;

}

div.title {
	width: 90ex;
	float: left;
	text-align: right;
	margin-bottom: 3ex;
	padding-bottom: 1ex;
	border-bottom-style: solid;
	border-bottom-color: #F5F0FF;
}

div.logo {
	width: 20ex;
	float: right;
}

div.concertTitle {
	font-family: serif;
	font-variant: small-caps;
	font-size: 400%;
}

div.dateTime {
	font-family: serif;
	font-variant: small-caps;
	font-size: 150%;
	font-weight: bold;
}

img.menu {
	width: 15ex;
	border-style: none;
}

a.imglink {
	border-style: none;
}

a.frontPage {
	font-variant: small-caps; 
	font-size: 180%; 
}
