


p , table 
 { font-family:Arial, Helvetica, sans-serif; } 
 

/* force inactive vertical scroll bar - Mozilla/Opera browsers */
html {overflow:scroll;}


/* prevents border from being added to linked images - 
   note vertical-align: baseline; (default value) causes
   Mozilla to display unwanted hover effect on linked images */
   
   
a img {
	border: none;} 

/* for NWT Inuktitut font - plus upload sandra-fonts-Inuktitut-use_inuktitut_font_AujaqMPC-2_font_files */

A {
	text-decoration : none;
	color : Blue;
	background-color: none;
}A:HOVER {
	text-decoration : underline;
	background-color: none;
	
	
}

A:VISITED {
	color : Blue;
}


BODY {
	scrollbar-base-color : 0084C6;
	scrollbar-darkshadow-color : Gray;
	scrollbar-arrow-color : Gray;
}

#designedbynald { width:100%; margin-left:auto; margin-right:auto;  padding-bottom:7px; padding-top:7px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .70em; color: #000; text-align: center; background-color: white;}

#designedbynald a:hover{background-color: none; color: none;}

