body {
	background-color: #666666;
	color: #000000;
	font-family: "Times New Roman", "Nimbus Roman No9 L", serif;
	font-size: 16px;
}

img {
	border: 0px;
}

table {
	empty-cells: show;
}

a, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.genre, .artist, .title, .amazonicon {
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}

.head {
	border: none;
}
.genre, .artist, .title, .dtl, .amazonicon {
	empty-cells: hide;
	border-top: thin dashed;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

#message {
	font-weight: bold;
}

#indexmain {
	width: 1000px;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
}

