
/* Default type */
body #blq-container #blq-main {
   font-size: 67.5%;
   font-size: 1.3em;
   -webkit-font-smoothing: antialiased;
}

* {
   color: #505050;
   font-family: Arial, Helmet, Freesans, sans-serif;
   line-height: 16px;
}


/* Default anchor */
a {
   color: #1F4F82;
   text-decoration: none;
   font-weight: bold;
}

a:visited {
	color: #4A7194;
}

/* Knockout anchor */
.knockout a,
#nav * {
   color: #fff;
   text-shadow: 0 0 1px rgba(0,0,0,0.2);
}

/* Default anchor hover/focus */
a:hover, a:focus {
/*    color: #123E60; */
   text-decoration: underline;
   outline: none;
}

/* Default anchor active */
a:active {
   color: #D1700E;
}

