/*  */

a {
  cursor: pointer;  
}
a:link, a:visited, a:active {
	color: #1d4e84;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFCC33;
}

a.tag:link, a.tag:visited, a.tag:active {
	text-decoration: underline;
}
a.tag:hover {
	text-decoration: none;
}

a.topNav:link, a.topNav:visited, a.topNav:active {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 3px;
}
a.topNav:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFCC33;
	padding-bottom: 3px;
}

a.footNav:link, a.footNav:visited, a.footNav:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 3px;
}
a.footNav:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 3px;
}
