p {margin-right:140px; margin-left:140px;}
A:link { COLOR: black; background: white none; text-decoration: none;}
A:visited { COLOR: black; background: white none; text-decoration: none;}
A:active { COLOR: gray; background: white none; text-decoration: none;}
A:hover { COLOR: gray; background: white none; text-decoration: none;}
A.internal:link { color: #ffffff; background: #92c747 none; text-decoration: none;}
A.internal:visited { color: #ffffff; background: #92c747 none; text-decoration: none;}
A.internal:active { color: black; background: #92c747 none; text-decoration: none;}
A.internal:hover { color: black; background: #92c747 none; text-decoration: none;}
A.money:link { color: #ffffff; background: #FFA332 none; text-decoration: none;}
A.money:visited { color: #ffffff; background: #FFA332 none; text-decoration: none;}
A.money:active { color: black; background: #FFA332 none; text-decoration: none;}
A.money:hover { color: black; background: #FFA332 none; text-decoration: none;}
A.yoga:link { COLOR: #9933CC; TEXT-DECORATION: none;}
A.yoga:visited { COLOR: #9933CC; TEXT-DECORATION: none;}
A.yoga:active { COLOR: gray; TEXT-DECORATION: none;}
A.yoga:hover { COLOR: gray; TEXT-DECORATION: none;}
A.yoga1:link { COLOR: white; background: #9966FF none;TEXT-DECORATION: none;}
A.yoga1:visited { COLOR: white; background: #9966FF none;TEXT-DECORATION: none;}
A.yoga1:active { COLOR: gray; background: #9966FF none;TEXT-DECORATION: none;}
A.yoga1:hover { COLOR: gray; background: #9966FF none;TEXT-DECORATION: none;}
A.yoga2:link { COLOR: #9966FF; background:white;TEXT-DECORATION: none;}
A.yoga2:visited { COLOR: #9966FF; background:none;TEXT-DECORATION: none;}
A.yoga2:active { COLOR: gray; background:none;TEXT-DECORATION: none;}
A.yoga2:hover { COLOR: gray; background:none;TEXT-DECORATION: none;}
A.yoga2b:link { COLOR: #9966FF; background:white; text-shadow: 2px 2px 3px; TEXT-DECORATION: none;}
A.yoga2b:visited { COLOR: #9966FF; background:none;TEXT-DECORATION: none;}
A.yoga2b:active { COLOR: gray; background:none;TEXT-DECORATION: none;}
A.yoga2b:hover { COLOR: gray; background:none;TEXT-DECORATION: none;}
body {	background-color: white;
	font-family: Snap ITC,Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;	} 
.styleshadow4 { text-shadow: 2px 2px 3px #000000; }
.styleshadow5 { text-shadow: 2px 2px 3px #9966FF; }
.lineheight {	line-height: 25pt;}
.style2 {font-family: Arial Rounded MT Bold, Arial Black, Arial;
	font-size: 36px;
	color: #9933CC;}
.style2a {font-family: Arial Rounded MT Bold, Arial Black, Arial;
	font-size: 36px;
	color: #9966FF;}	
.style3 {font-family: Arial Rounded MT Bold, Arial Black, Arial;
	font-size: 24px;
	color: #9933CC;}
.style3a {font-family: Arial Rounded MT Bold, Arial Black, Arial;
	font-size: 18px;
	color: #9933CC;}
.style3b {font-family: Arial Rounded MT Bold, Arial Black, Arial;
	font-size: 24px;
	color: #9966FF;}
.style3c {font-family: Arial Rounded MT Bold, Arial Black, Arial;
	font-size: 30px;
	color: #9966FF;}
.style9 {font-size: 20px;
	font-family: Arial Rounded MT Bold, Arial Black, Arial;
	color: #ffffff;}
.style10 {font-size: 16px;
	font-family: Arial Rounded MT Bold, Arial Black, Arial;
	color: #ffffff;}
.style12 {	font-size: 20px;
	font-family: Arial Rounded MT Bold, Arial Black, Arial;
	color: #ffffff;}
.style13 {     font-size: 18px;
	font-family: Arial Rounded MT Bold, Arial Black, Arial;
	color: #000000;}
.style14 {	font-size: 28pt;
	font-weight: bold;
	color: gray;	} 
.style14a {	font-size: 28pt;
	font-weight: bold;
	color: #9933CC;	}
.style14b {	font-size: 22pt;
	font-weight: bold;
	color: #9966FF;	}
.style15 {	font-size: 24px;
	font-family: Arial Rounded MT Bold, Arial Black, Arial;
	color: black;
	 margin-right: 50px; margin-left: 50px;}
.style15a {	font-size: 24px;
	font-family: Arial Rounded MT Bold, Arial Black, Arial;
	color: black;
	margin-right: 50px; margin-left: 50px;}
.style16 {font-size: 14px;
	font-family: Arial Rounded MT Bold, Arial Black, Arial;
	color: #000000;}	
/* Main menu settings */
#centeredmenu {
   display: inline-block;
   clear:both;
   float:left;
   margin:0;
   padding:0;
   width:100%;
   text-shadow: 2px 2px 3px #666666;
   font-family: Arial Rounded MT Bold, Arial; /* Menu font */
   font-size:70%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}
/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   text-align:center;
   padding: 1.0em 1.6em .85em 1.4em;
   font-size:1.6em;
   line-height:1em;
   background:#9966FF;
   text-decoration:none;
   width:170px;
   color:#ffffff;
   font-weight:bold;
   }
#centeredmenu ul li.active a {
   color:#fff;
   background:#C3C;
}
#centeredmenu ul li a:hover {
   background:#36f; /* Top menu items background colour */
   color:#C30;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#9966FF; /* Top menu items background colour */
   color:#ffffff;
}
/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */  
   position:absolute;
   top:3em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
    /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:200px   }
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:1.2em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#c00000;
   color:#ffffff;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ffffff; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#e00000; /* Sub menu items background colour */
   color:#ffffff;
}
/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}
/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

