/* css document for j and j music factory website */

/* background for td content areas */
td.tdContent {
	background-color: black;
}
/* images */
img {
	border: none;
}
/* links for header */
a.headerLink:link, a.headerLink:visited {
	font-family: avantgarde, arial;
	font-size: 14;
	color: #0099CC;
        font-weight: bold;
	text-decoration: none;
}
/* links for header color change on hover */
a.headerLink:hover {
	font-family: avantgarde, arial;
	font-size: 14;
        font-weight: bold;
	color: white;
	text-decoration: none;
}
/* links for gallery */
a.galleryLink:link, a.galleryLink:visited {
	font-family: avantgarde, arial;
	font-size: 14;
	color: #0099CC;
        font-weight: bold;
	text-decoration: none;
}
/* links for gallery color change on hover */
a.galleryLink:hover {
	font-family: avantgarde, arial;
	font-size: 14;
        font-weight: bold;
	color: white;
	text-decoration: none;
}
/* style for header link spacers */
div.headerSpacer {
	font-family: avantgarde, arial;
	font-size: 14;
	color: #0099CC;
        font-weight: bold;
	text-decoration: none;
}