/* Yellowknife Seniors' Society CSS Style Sheet *//* Designed and developed by Outcrop Interactive *//* Yellowknife, Northwest Territories, Canada *//* (867) 920-4652 *//* www.outcrop.com *//* HTML Styles */p {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #000000;}/* These anchor tags affect only the paragraph tag */p a {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: italic;	color: #CC0000;	text-decoration: underline;}p a:hover {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: italic;	color: #CC9900;	text-decoration: underline;}/* Headers */h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	color: #5B4384;	font-weight: bold;}h2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: bold;	color: #5B4384;}h3 {	font-size: 12px;	font-weight: bold;	color: #000000;	font-family: Arial, Helvetica, sans-serif;}/* CSS Classes */.topNav {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #5B4384;}.topNav a{	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #5B4384;	text-decoration: underline;}.topNav a:hover{	color: #CC9900;	text-decoration: underline;}
