{background-color:#FFFFFF;}{border-top:0px solid #999999;border-bottom:1px solid #999999;border-left:0px solid #999999;border-right:0px solid #999999;}{width:200px;}{}

/* Soft blue links only in page/post content, not in header/menu. */
.entry-content a,
.entry-content a:visited,
.wpb_text_column a,
.wpb_text_column a:visited,
.wpb_wrapper p a,
.wpb_wrapper li a {
  color: #6f9eff !important;
  transition: color 0.2s ease;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active,
.wpb_text_column a:hover,
.wpb_text_column a:focus,
.wpb_text_column a:active,
.wpb_wrapper p a:hover,
.wpb_wrapper li a:hover {
  color: #82adff !important;
}