/* CSS Document
Kate Campbell
Large River Music
Reviews Pages CSS
© 2005 Large River Music and Kate Cambpell
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

body {
	background-color: #556832;
	color: #FFFFFF;
	}
.title {
	color: #FFFFFF;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	}
.pub {
	color: #FFFFFF;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	}
.content {
	color: #FFFFFF;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: left;
	}
.credit {
	color: #FFFFFF;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	}
.emph {
	font-style: italic;
	}
	
a {
	text-decoration: none;
	}