body ,h1,h2,h3,h4,h5,p,div,table,tr,td,dl,dd,dt,img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	line-height: 1.6em;
	border-bottom-style: none;
	color: #000000;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	}

body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-size: 14px;
	}

.date {
	float: left;
	width: 110px;
}
.info {
	width: 310px;
	float: left;
	margin-bottom: 10px;
}
.more_info {
	float: right;
	width: 80px;
}


.concert img {
	float: right;
	margin-left: 10px;
}
li {
	padding: 1px;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	height: 12px;
	
	
}
ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.concert {
	width: 500px;
	padding: 10px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-top: -1px;
}


a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}



.concert .more_info a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border: 1px solid #AAAAAA;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #FFFFFF;
	height: 12px;
	margin: 0px;
	width: 72px;
}

.concert .more_info a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #000000;
	height: 12px;
	margin: 0px;
	width: 72px;
	
}
