/*
 * LAST VOICES
 * index.css
 */
 
h1, h2, h3, h4, h5 { color: #f47d30; }

a:link, a:hover, a:visited {
	color: #f47d30;
}
 
.see_more_link a:link,  .see_more_link a:visited {
 	color: #f47d30;
 	text-decoration: none;
 	font-weight: bold;
 }
 
.see_more_link a:hover {
  	color: #f47d30;
 	text-decoration: underline;
 	font-weight: bold;
  }