*{
  font-family: Courier, "Courier New", monospace; /* Courier New is thinner and lighter (better for dark), courier thicker*/
  font-size: 13px; /* for small browsers */
}

a{
  color: blue;
  /*color: #0040FF;*/
}

/* DESKTOP RESPONSIVE */
@media (min-width: 1600px){ /* and (-webkit-min-device-pixel-ratio: 1) if non-retina */
  *{
	font-family: "Courier New", Courier, monospace; /*thinner font and large font size*/
    font-size: 13px; /* 16 or 17 for desktop size browsers */
  }
}

/* ----------- Retina Laptop Screens -----------  IN CASE IT IS NEEDED - TEST ON RETINA DISPLAY */
/*@media (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 2)
and (min-resolution: 192dpi){

}*/
