@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #000;
	text-align: center;
}
body {
	background-color: #FC0;
	background-image: url(images/01-binghi-drums-background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
a:link {
	color: #F00;
}
a:visited {
	color: #F63;
}
a:hover {
	color: #000;
}
a:active {
	color: #FC0;
	font-weight: bold;
	text-align: center;
}

.ReviewText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
.ReviewTextWho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.Regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.textreg {
	font-weight: normal;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.RegLEFT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.RegLEFTBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
