@import url(http://fonts.googleapis.com/css?family=Inconsolata:400,700);

body {
  font-family: Inconsolata, monospace;
  font-size: 18px;
  background-color: #111;
  color: white;
}

h2 {
  font-weight: bold;
}

a {
  color: lightblue;
}

a:visited {
  color: hsl(195, 53%, 40%);
}
