.post-content a{
	text-decoration: none;
	color: #0166c0;
}
.post-content a:hover{
    color: #f96900;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5{
     color: #00427c;
}

.post-content h2 a{
font-size: 32px;
    color: #0166c0;
}
.post-content i{
    color: #0166c0;
    margin-right: 5px;
}
.post-content li{
    list-style: inside;
}


.post-title a{
    text-decoration: none;
    color: #201747;
}
.post-title a:hover{
    color: #33227e;
}
.wp-block-quote {
    border-left: 0.25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em;
}
.wp-block-quote {
    overflow-wrap: break-word;
}
.wp-block-table tr{
    border: 2px solid #cfe5f3;
}