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

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	color: #000;
	background-color: #fdedf7;
	background-position: left top;
}
.button-border {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.button-border-top {
	border: thin solid #000;
}

.background-graphic {
	background-image: url(images/homepagebackground.jpg);
	background-repeat: no-repeat;
}

.names {
	font-size: 10pt;
}
.credits {
	font-size: 7pt;
}
.song-titles {
	font-size: 10.5pt;
	color: #ff43c6;
	font-weight: bold;
}
.review-quote {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	font-style: italic;
}
.review-quote-small {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #000;
}

