/*    Style Sheet for pilatesfusioncenter.com  */
/*    Intellectual property of Suzanne Cutshall - Absolutely-Webs.com */

	
	BODY	{  font-family: Verdana, Arial, Helvetica, Sans-serif;
			  text-align: center;
			  margin:0;
			  font-size: 11px;
			  color: #000000;
			  
			}
			
	P {  font-family: Verdana, Arial, Helvetica, Sans-serif;
			  text-align: left;
			  margin:0;
			  font-size: 11px;
			  color: #000000;
			  
			}
			
	table {margin:0;}
	
	ul,li { font-family: Verdana, Arial, Helvetica, Sans-serif;
			  font-weight: normal;
			  font-size: 11px;
			  color: #000000;
			  
		}
	
	b.blue {color: ##3300CC;}
	
	
/* format for index & contact page body text */		
	
	P.center {  text-align: center;
		    font-size: 11px;
		    color: #000000;
		 }   
	
	P.foot {text-align: center; /* footnote - bottom  all pages*/
		font-size: 11px;
		color: #3300CC;
		font-weight: normal;
		}
		
	P.navbot{text-align: center; /* navigation - bottom all pages */
		  font-size: 11px;
		  color: #3300CC;
		  font-weight: bold;
	   	}
	   
	  
	H1 {text-align:center;
	    font-size: 110%;
	    font-weight: lighter;
	    }
	
	H2  {text-align:left;
		   font-size: 13;
  	    }
  	    
	H3  {text-align:center;
	    font-size: 12;
	    }
	    
        H4  {text-align:center;
	    	    font-size: 11;
	    }
	    
        H2.blue  {text-align:left;
	    	   font-size: 13;
	    	   color: #3300CC;
  	    }

/* format for content links in pages black no bold*/

	A:link		{ color: #3300CC;
	   		  font-weight: normal;
	   		  text-decoration: underline; }

	A:visited	{ color: #3300CC;
	   	 	  font-weight: normal;
	   		  text-decoration: underline; }

	A:active	{ color: #3300CC;
	   	  	  font-weight: normal;
	   		  text-decoration: underline; }

	A:hover		{ color: #3300CC;
	   	  	  font-weight: normal;
	   		  text-decoration: none; }


/* format for main navigation links on bottom of pages color bold*/

	A.nav:link	{ color: #3300CC;
	   		  font-weight: bold;
	   		  text-decoration: underline; }
	
	A.nav:visited	{ color: #3300CC;
	   	 	  font-weight: bold;
	   		  text-decoration: underline; }
	
	A.nav:active	{ color: #3300CC;
	   	  	  font-weight: bold;
	   		  text-decoration: underline; }

	
	A.nav:hover	{ color: #3300CC;
	   	  	  font-weight: bold;
	   		  text-decoration: none; }
	   		  
   		  
	   		  
  /* format for links in copyright no bold color*/
			  
	A.copy:link	{ color: #3300CC;
	   		  font-weight: normal;
	   		  text-decoration: underline; }
			  	
	A.copy:visited	{ color: #3300CC;
	   		  font-weight: normal;
	   		  text-decoration: underline; }
	   		  
	A.copy:active	{ color: #3300CC;
	   		  font-weight: normal;
	   		  text-decoration: underline; }
	   		  
	A.copy:hover	{ color: #3300CC;
	   		  font-weight: normal;
	   		  text-decoration: none; }

