a {
	color: #173B83;
}
a:link {
	text-decoration: none;
	color: #173B83;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #3366CC;
}
.fake {
  color: #173B83;
	cursor: pointer;
}

/* image additions */
a.ext {
	padding: 0 12px 0 0;
	text-decoration: none;
	color: #173B83;
	background: url(external.png) bottom right
		no-repeat;
}
a.lju {
	padding-left: 18px;
	text-decoration: none;
	color: #173B83;
	background: url(ui_user.png) bottom left
		no-repeat;
}
a.ljc {
	padding-left: 18px;
	text-decoration: none;
	color: #173B83;
	background: url(ui_community.png) bottom left
		no-repeat;
}

/* stupid CSS tricks */
.parseltongue {
  font-style: italic;
  font: normal 12px/0.75em BengaliDhakaSSK;
  text-decoration: none;
  letter-spacing: 0.1em;
  word-spacing: 0.5em;
  color: #003366;
}
.parseltongue:hover {
  font: normal 12px/0.75em Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  word-spacing: normal;
  letter-spacing: normal;
  color: #003366;
}
.parseltongue:visited {color: #003366;}

/* Al Bhed - English (though it could be Foreign - English) */
a.albhed {color: #003366;}
a.albhed .english {color: #003366;}
.albhed {
  text-decoration: none;
  color: #003366;
}
.albhed .english {display:none}
.albhed:visited {color: #003366;}
.albhed:hover .cipher {display:none; color: #003366;}
.albhed:hover .english {display:inline; color: #003366;}