A:link 	{ color: "red"; text-decoration: none; font-weight: "bold";}
A:visited 	{ color: "red"; text-decoration: none; font-weight: "bold";}
A:active 	{ color: "red"; text-decoration: none; font-weight: "bold";}

H1	{ color:indigo;
	font-size:18px;
	}

H2	{ color:indigo;
	font-size:14px;
	text-align:center;
	}

H3	{ color:indigo;
	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(img/seven.jpg);
	}	
	
.newlogo {
	background-image:url(img/newlogo.jpg);
	background-width:100%
	}		

P	{ font-size : 12px;
	color:indigo;
	}
	
I	{ font-size : 12px;
	color:red;
	}
	
B	{ font-size : 12px;
	color:indigo;
	}	
	
LI	{ font-size : 12px; 
	color:indigo;
	}

TD	{ font-size : 12px;
	color:indigo;
	}
	
.indigo	{
	color:indigo;
	}
.red	{
	color:red;
	}	


.clsDemoNode, .clsDemoNode:visited{
	color:red;
	font-weight: bold;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.clsDemoNode:hover{
	color:red;
	font-weight: bold;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}

.clsDemoNode1, .clsDemoNode1:visited{
	color: indigo;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.clsDemoNode1:hover{
	color: indigo;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}

