@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

body {
  font: 1em 'Roboto', sans-serif;
  color: #CCCCCC;
  background-color: #222222;
  padding: .2em;
}

h1 {
  text-align: center;
  margin-top: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

a, a:visited {
  color: #4488CC;
}

a:hover, a:active {
  color: #66AAFF;
}
