/* CSS Document */

body{ margin: 0; }

			.a1:link  { text-decoration: none; color: #00bcff; }
			.a1       { text-decoration: none; color: #00bcff; }
			.a1:hover { text-decoration: underline; color: #008bbc; }		
			
			.b1:link  { text-decoration: none; color: #FFFFFF; }
			.b1       { text-decoration: none; color: #FFFFFF; }
			.b1:hover { text-decoration: underline; color: #00bcff; }	
			
			.c1:link  { text-decoration: none; color: #7e7574; }
			.c1       { text-decoration: none; color: #7e7574; }
			.c1:hover { text-decoration: underline; color: #00bcff; }	
			
			
			
			
			
.home-body {
	font: 13px arial;
	color: #343538;
} 

.calgary {
	font: 14px arial;
	color: #7e7574;
} 

.phone {
	font: 18px arial;
	color: #343538;
} 


.page-title{
	font: 16px arial;
	color: #343538;
	font-weight: bold;
} 

.home-body-larger {
	font: 14px arial;
	color: #343538;
} 

.alt-tags {
	font: 11px arial;
	color: #FFFFFF;
} 

.copyright {
	font: 11px arial;
	color: #7e7574;
} 


.header-number {
	font: 15px arial;
	color: #D9E872;
	font-weight: bold;
} 



