.blog_content {
    font-size: large;
}

.blog_content p a {

    text-decoration: underline;
    cursor: pointer;
}
.blog_content p a:hover {
    opacity: 0.8;
    text-decoration: none;

}

ul {
	position: relative;
	list-style: none;
	margin-left: 1em;
	padding-left: 2.2em;
}
ul li::before {
	content: "-";
	position: absolute;
	padding-left: 1em;
}
