/*hyperlink*/
a:link {
	color: #3399CC;
	text-decoration: none;
	}
	
/*hyperlink when link is visited*/
a:visited { 
	color: #3399CC;
	text-decoration: none; 
	}
	
/*hyperlink when hoovering over link*/
a:hover {
	color: #000066;
	text-decoration: none;
	}
	
/*hyperlink when active*/
a:active { 
	color: #000066;
	text-decoration: none; 
	}
	
/*regular page text*/	
.textAriel { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#4D4D4D;
	line-height:18px;
	}
	
/*page text when it's a quote*/
.textArielQuote { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#4D4D4D;
	line-height:18px;
	font-style:italic;
	}


.textArielQuoteLarge { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#112269;
	line-height:18px;
	font-style:italic;
	}
	

.textArialBold { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#112269;
	line-height:25px;
	font-weight:normal;
	}
	
/*Book Titles, section headers*/
.textBaskerville { 
	font-family:"Georgia", Times, Times New Roman, serif;
	font-size: 20px;
	color:#3399CC;
	line-height:28px;
	font-weight:500;
	}
	
/*Book subtitles*/
.textBaskerville2 { 
	font-family:"Georgia", Times, Times New Roman, serif;
	font-size: 16px;
	color:#3399CC;
	line-height:15px;
	font-weight:300;
	}
	
/*Subject Headings on products page*/
.textBaskerville3 { 
	font-family:"Georgia", Times, Times New Roman, serif;
	font-size: 24px;
	color:#3399CC;
	line-height:15px;
	font-weight:500;
	}
	
/*Pageheaders*/
.pageheaderBaskerville { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 25px;
	color:#3399CC;
	line-height:15px;
	font-weight:500;
	}
	
/*button links*/
.buttonsBaskerville { 
	font-family:"Georgia", Times, Times New Roman, serif;
	font-size: 15px;
	color:#3399CC;
	line-height:0px;
	font-weight:500;
	}
	
/*button link bolded when on that specific page*/
.buttonsBaskerville2 { 
	font-family:"Georgia", Times, Times New Roman, serif;
	font-size: 15px;
	color:#000066;
	line-height:0px;
	font-weight:bold;
	}
	 
/*.subheader { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#112269;
	line-height:18px;
	font-weight:bold;
	}*/
	
/*music page*/
.music { 
	margin-left:40px;
	}

