
h {
	color: dd5500;
}

a:link, a:visited {
  color: red;
  text-decoration: none;
}
 
a:hover {
  color: darkred;
  text-decoration: underline;
}
 
a.active, a:link.active, a:visited.active, a:hover.active {
  color: lightred;
  font-weight: 700;
}


.comicartlink {
	font-size:120%;
}