﻿@charset "utf-8";
/* CSS Document */
.regular {
	font-family:Tahoma;
	font-size:11pt;
}
.header {
	font-family:Tahoma;
	font-size:18pt;
	font-weight:bold;
}
.headerlinks {
	font-family:Tahoma;
	font-size:14pt;
}
.footer {
	font-family:Tahoma;
	font-size:10pt;
}
.footerlinks {
	font-family:Tahoma;
	font-size:10pt;
}
.lyrics {
	font-family:Tahoma;
	font-size: 10pt;
}
.tracklisting {
	font-family:Tahoma;
	font-size: 10pt;
}
.hymnResults {
	font-family:Tahoma;
	font-size:9pt;
}
.subscribeSuccess {
	color: #00CC33;
	font-size: 10pt;
}
.subscribeFailure {
	color: #FF0000;
	font-size: 10pt;
}
.zzz {
	background: #FFE2C6;
}
a:link {
	text-decoration:none;
	color:#AE0000;	
}
a:visited {	
	text-decoration:none;
	color:#AE0000;
}
a:hover {	
	text-decoration:none;
	color: #004080;
}
