@charset "utf-8";
/* CSS Document */

/* This is where to change font colors */
@font-face {
    font-family: 'OCRAEXT';
    src: url('OCRAEXT.TTF');

}


body, h1,h2,h3,h4,h5,h6,p{
	color:#444;
	font-family: 'OCRAEXT';
}

/* This is where to change color of the outlined button */
.button.outline{
	border-color:#444;
	color:#444;
}
.button.outline a{
	color:#444;
}
.area-17-blue-background{
	background-color: #0884b9;
}

@media only screen and (max-width: 400px) {
}
@media only screen and (min-width : 401px) and (max-width : 800px) {
}
@media only screen and (min-width: 801px) {
	
}