.edit-post-visual-editor,
.edit-post-visual-editor .editor-block-list__block-edit{
   font-family: 'Open Sans', sans-serif;
}

/* Matches entry-title in style.css. */
.editor-post-title__block .editor-post-title__input{
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    text-decoration: none;
    padding-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    background: url(../images/border.png) repeat-x bottom;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

a{text-decoration: underline;}
a:hover{text-decoration: none;}

a {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover,
a:focus,
a:active {
	color: #000;
}
