/* Typography */


/* Hyperlinks */
.post .post-content p a {
    border-bottom: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 5px !important;
    color: #00346B !important;
}

.post .post-content p a:hover {
	background: #f2f2f2 !important;
	color: #c80000 !important;
}

a:hover,
a:focus {
	color: #00346B;
}