A:link 	{ color: "blue"; text-decoration: none; font-weight: "bold";}
A:visited 	{ color: "blue"; text-decoration: none; font-weight: "bold";}
A:active 	{ color: "blue"; text-decoration: none; font-weight: "bold";}

H1	{ color:#336633;
	font-size:18px;
	text-align:center;
	}

H2	{ color:#336633;
	font-size:14px;
	text-align:center;
	}

H3	{ color:#336633;
	font-size:12px;
	text-align:center;
	}
	
BODY	{ background-color:FFFFFF;
	scrollbar-arrow-color: indigo; 
	scrollbar-face-color: #e7e7e7; 
	scrollbar-3dlight-color: #a0a0a0; 
	scrollbar-darkshadow-color: #888888;
	font-family : Arial, Helvetica, sans-serif;
	background-repeat : no-repeat;
	background-position: top center;
	background-image:url(img/peacemanwatermark.jpg);
	background-attachment: fixed; 
	}
	
.nowatermark {
	background-image:none;
	}
	
.yoga 	{
	background-image:url(images/seven.jpg);
	background-position:center center;
	}
	
.guitar {
	background-image:url(images/fadedguitar.jpg);
	background-position:center center;
	}	
	
.classical {
	background-image:url(images/classicalguitar.jpg);
	background-position:center center;
}
	
.cycle {
	background-image:url(images/bianchi.jpg);
	background-position:center center;
	}	

P	{ font-size : 12px;
	color:#333333;
	text-align: justify;
	}
	
I	{ font-size : 12px;
	color:red;
	}
	
B	{ font-size : 12px;
	color:indigo;
	}	
	
LI	{ font-size : 12px; 
	color:#333333;
	}

TD	{ font-size : 12px;
	color:#333333;
	}
		


.clsDemoNode, .clsDemoNode:visited{
	color: #336633;
	font-weight: bold;
	font-size : 14px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.clsDemoNode:hover{
	color: #336633;
	font-weight: bold;
	font-size : 14px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}

.clsDemoNode1, .clsDemoNode1:visited{
	color: blue;
	font-size : 14px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.clsDemoNode1:hover{
	color: blue;
	font-size : 14px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
