/* CSS Document */

body{ margin: 0; }

			.a1:link  { text-decoration: none; color: #717171; }
			.a1       { text-decoration: none; color: #717171; }
			.a1:hover { text-decoration: underline; color: #9ED204; }		
			
			.b1:link  { text-decoration: none; color: #ADADAD; }
			.b1       { text-decoration: none; color: #ADADAD; }
			.b1:hover { text-decoration: underline; color: #9ED204; }	
			
			.c1:link  { text-decoration: none; color: #D8D8D8; }
			.c1       { text-decoration: none; color: #D8D8D8; } 
			.c1:hover { text-decoration: underline; color: #D8D8D8; }	
			
			.d1:link  { text-decoration: none; color: #FFFFFF; }
			.d1       { text-decoration: none; color: #FFFFFF; } 
			.d1:hover { text-decoration: underline; color: #FFFFFF; }	
			
			
.body{
	font: 14px arial;
	color: #FFFFFF;
}  

.footer-links{
	font: 11px arial;
	color: #ADADAD;
}  

.footer-lines{
	font: 11px arial;
	color: #626262;
}  

.top-url {
	font: 13px arial;
	color: #90C000;
}  

.top-edmonton{
	font: 14px arial;
	color: #90C000;
}  

.top-phone{
	font: 17px arial;
	color: #90C000;
	font-weight: bold;
}  

.news-title {
	font: 14px arial;
	color: #717171;
	font-weight: bold;
} 

.gallery {
	font: 12px arial;
	color: #000000;
	font-weight: bold;
} 

.htags {
	font: 13px arial;
	color: #9ED204;
}  

.news{
	font: 12px arial;
	color: #717171;
}  

.home-title {
	font: 16px arial;
	color: #717171;
}  

.mini-blurb{
	font: 11px arial;
	color: #717171;
} 

.left{
	font: 13px arial;
	color: #717171;
} 



