#colophon a:hover img {background: #d9560f;}
.articles .author {border-color: #d9560f;}
.articles .editorial {border-color: #595A5A;}

a:link, a:visited {border-color: #d9560f;}
a:link, a:visited,
#navbar a:hover,
  .articles #navbar #articles a,
  .topics #navbar #topics a,
  .about #navbar #about a,
  .contact #navbar #contact a,
  .contribute #navbar #contribute a,
  .feed #navbar #feed a {
	 color: #d9560f;
}

#navbar {border-top-color: #4a4902;}

#content h1 a,
	.ishinfo a, 
	.title a:link, .title a:visited,
	.authors #content h2 a,
	.contact #content a.ishno,
	.illustration p {
		color: #4a4902;
}

/* ==
the following rule makes sure hover states stay black: DO NOT CHANGE! */

#content h1 a:hover,
	.ishinfo a:hover,
	.title a:hover,
	.authors #content h2 a:hover {
		color: #000;
	}