@charset "utf-8";
.albumtitles {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCC;
	text-align: left;
}


.albumtitles:hover {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align: left;
}
