/*************** Text Formatting **************/
.normal {
	text-align: center;
	font-family: 'Kabel Bk BT';
	font-size: 18px;
      color: black;
}
P {	text-align: left;
	/*font-size: 16px;
       color: black;
	background: white;*/
}
P.date {
	font-family: 'Times New Roman';
	text-align: center;
	font-size: 12px;
      color: gray;
	background: white;
	padding: 0px;
	margin:  0px;
	width: 200px;
}
P.heading {
	text-align: center;
	font-family: 'Kabel Bk BT';
	font-size: 18px;
      color: black;
	line-height: 26px;
}
H1 {
	font-family: 'Kabel Bk BT';
	font-weight: normal;
	font-size: 48px;
	text-align: center;
	margin: 30px; 
	padding: 0px;

	background: white;
      color: #660066;
	width: 400px;
	line-height: 45px;
}

H2 {
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	margin: 0px; 
	padding: 0px; 
      color: black;
	background: white;
}
H3 {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	text-indent: 2px;
	margin: 0px; 
	padding: 0px; 
      color: black;
	background: white;
}
H4 {	
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 0px; 
	padding: 0px; 
      color: black;
	background: white;
}

/*************** Links ***************/
A:link {
	color: #3333CC; /* 3366FF */
	text-decoration: none;
}
A:visited {
	color: #990000; /* 000099;  */
	text-decoration: none;
}
A IMG {
	border: none;
} 
/*************** Images **************/
IMG {
	border: none;

	/** Fonts for alternate text **/
	font-family: 'Times New Roman';
	font-size: 14px;
}
IMG.left {
	float: left; 
	margin: 5px;
}
IMG.right {
	float: right; 
	margin: 5px;
}


/*************** Containers **********/

DIV.page {
	width: 800px;
	background: #666699; /* Light lime green #CCFF99; */
	font-family: 'Kabel Bk BT';
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 20px;
}
DIV.break {
	background: white
	width: 800px;
	height: 30px;
}

DIV.frontHeader {
	width: 800px;
	background: #6699CC;
	font-family: 'Kabel Bk BT';
	font-size: 18px;
	text-align: center;
}
DIV.picture {
	font-family: 'Kabel Bk BT';
	font-size: 18px;
	text-align: center;
 	vertical-align: top;
	background: white;
	color: black;
	padding: 10px;
	margin: 10px;
	border: 2px dashed gray;
}

DIV.blogPurple {
	font-family: Kabel Bk BT;
	font-size: 18px;
	/* float: left; */
	text-align: left;
 	vertical-align: top;
	background: #CC99FF;
	color: black;
	padding: 10px;
	margin: 10px;
	border: 2px dashed #993399;
}
DIV.blogGreen {
	font-family: 'Kabel Bk BT';
	font-size: 18px;
	/* float: left; */
	text-align: left;
 	vertical-align: top;
	background: #99FF99;
	color: black;
	padding: 10px;
	margin: 10px;
	border: 2px dashed #669933;
}

DIV.allpages {
	font-family: 'Times New Roman';
	font-size: 14px;
	border-bottom: 1px solid black; 
	width: 500;
}

/*************** Fonts ***************/
@font-face {
    font-family: Kabel Bk BT;
    src: url(http://www.GuitarMatch.com/fonts/KABELBK1.eot);
}
@font-face {
    font-family: Copperplate;
    src: url(http://www.GuitarMatch.com/fonts/COPPERP1.eot);
}