html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: 'Open Sans', sans-serif !important;
}

a {
	color: #6d7d7b;
	transition: all 0.2s ease-in-out;
	text-shadow: 1px 1px 0px #ddd;
}
a:visited {
	color: #6d7d7b;
	transition: all 0.2s ease-in-out;
}
a:hover,
a:focus,
a:active {
	color: #9d9992;
	text-shadow: 1px 1px 0px #000;
}

#masthead a {
	color: rgb(211, 203, 189);
	text-shadow: 1px 1px 0px #000;
}

#masthead a:visited {
	color: rgb(211, 203, 189);
	transition: all 0.2s ease-in-out;
}
#masthead a:hover,
#masthead a:focus,
#masthead a:active {
	color: rgb(175, 175, 175);
	text-shadow: 1px 1px 0px #000;
}