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

.newscontent {
	color: #fff;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	padding-left: 25px;
	padding-right: 50px;
	text-align: left;
}
.newscontent a:link {
	color: #fff;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
.newscontent a:visited {
	color: #fff;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
.newscontent a:hover {
	color: #828273;
	background-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
.title {
	font-style: italic;
}
#mainimage {
	padding-left: 15px;
	padding-top: 10px
}
#maindiv {
	border: 1px solid #CCCCCC;
}

