@charset "UTF-8";
/* CSS Document */


/*
===================================================================
TAG MARKUP	TAG MARKUP	TAG MARKUP	TAG MARKUP	TAG MARKUP
===================================================================
*/
a.red:link {color: #00ff00; font-family: Verdana;}
a.red:active {color: #00ff00; font-family: Verdana;}
a.red:visited {color: #00ff00; font-family: Verdana;}
a.red:hover {color: #00ff00; font-family: Verdana;}

div {  
	font-size: large; 
	/* margin-left: 50px; */
	page-break-after: always;
}

figcaption {
	font-style: italic;
  	padding: 2px;
  	text-align: center;
}
	
h1, h2 { font-family: fantasy; }
h2 { 
	padding: 10px;
	filter: shadow(direction=135, color = blue);
}

hr { 
	border: 1px solid red;
	width: 800px;
	color:#FF0000;
	margin:0;
}

th {
	font-size:18pt;
	font-weight:bold;
	font-family:"Comic Sans MS";
}

td {font-size: 16pt;}


/*
===================================================================
CLASSES CLASSES	CLASSES	CLASSES	CLASSES	CLASSES	CLASSES	CLASSES
===================================================================
*/


.accentChord {
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0033FF;
	# background-color:#FFFF99;
}

.active {
	color:#FF0000;
	font-weight:bold;
	font-size: 13pt;
}

.bhmPatter {
	color: #0033FF;
}

.clues {
	color: #FF0000; 
	font-family:"Comic Sans MS";
}

div.refrain {  
	font-family: "American Typewriter";
	font-size: 20px;
	position: absolute;	
	padding: 5px 5px 5px 5px;
	page-break-after: avoid;
	border:#000000 outset;
}

div.songBody {  
	position: relative;
	font-size: 20pt; 
	/* margin-left: 50px;"; */
	width: 950px;
	page-break-after: always;
}

div.topOfPage { 
	/* "margin-left: 50px;"; */
	width: 950px;
	page-break-after: always;
}

.emphasis {
	font-family: "Comic Sans MS";
	background-color: yellow;
	font-size:12pt;
	color:#0000FF;
	font-family:bold;
}

.hilite {
	background-color: #FFFF00;
	border-width: 1;
	border-color: red;
}

input.largeCB {
	font-size: 150%;
	width: 15px;
	height: 15px;
	background-color:#0099FF;
}

input[type=button] {
   	color: #3300FF;
	font-size: 18pt;
	font-family: "Chalkboard Bold";
   
        /* 
        margin: 20px;
        position: relative;
        border-radius: 5px;
        */
}

li.checkMark {

}

.menuLarge {
	color: #3300FF;
	font-size: 18pt;
	font-family: "Chalkboard Bold";
}

.menuMed {
	color: #3300FF;
	font-size: 14pt;
	font-family: "Chalkboard Bold";
}

.midpage {
	border: 1px solid green;
	width: 300px;
	color:#00FF00;
}

.reminder {
	color: #CC0000; 
	font-weight: bold; 
	text-transform:uppercase; 
	font:Verdana, Arial, Helvetica, sans-serif
}

.scripture {
	color: #9900FF;
	font-style: italic; 
}

.sectionHeader {
	font-weight: bold;
	font-size:24px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#0033FF;
	text-transform:uppercase; 
}

.songAuthorArtist {
	font-weight: bold;
	font-family: Fantasy;
}

.songFactFormat  { 
	font-family: fantasy;
	font-size: 16px;
	/* text-align: center; */
}

.songPatter {
	font-family: "American Typewriter";
	font-size:16px;
}

.songStyle {
	text-transform:uppercase;
	font-weight: bold;
	font-family: Fantasy;
}

.songTitle {
	font-variant: small-caps;
	font-weight: bold;
}

.style1 {font-size: 24px; }
.style2 {color: #CC0000; }


.ta {
	color: #3300FF;
	font-size: 13pt;
	font-family:"American Typewriter"; 
}

.tb {
	font-family:"Comic Sans MS";
	color:#336600;
}

.tablature {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

.triad {
	color:#0000FF;
	font-family: "Comic Sans MS";
	align='center';
	font-weight: bold;
}














