input[type="submit"]:hover {
  color: #000000;
}

.entry-title a:hover {
  color: #77CC6D;
}

.wp-post-image {
    display: none !important;
}

.unclickable > a:hover {
  cursor: default;
}

.entry-content a {
  color: #444444;
}

.entry-content a:hover {
  color: #77CC6D;
}

.entry-content a {
  text-decoration: underline;
}

a {
	color: #444444;
}

a:hover {
	color: #77CC6D;
}

.entry-meta a {
	color: #444444;
}

.entry-meta a:hover {
	color: #77CC6D;
}