@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
* {
  font-family: sans-serif; }

#app-name {
  color: #2587d3;
  font-family: 'Bree Serif', serif;
  font-weight: bold;
  text-shadow: gray 0px 1px 4px; }

a {
  text-decoration: none; }
