/*-----attach a .custom class to any style you add here-----*/

/*custom link styles*/

.custom .entry-content a {
	font-weight: none;
	text-decoration: none;
	}
	
.custom .entry-content a:hover {
	text-decoration: none;
	color: #000000;
	}
	
.custom .entry-content img{
   padding:3px;
   border:1px solid #000000;
}

