@import url(//web.blissett.me.uk/default.css);

html, body {
 color: #000;
 background: #ccce8f;
}

@font-face {
  font-family: "Gabrielle";
  src: url(Gabrielle.ttf) format("truetype");
}

h1, h2 {
 font-family: "Gabrielle";
 background: #bfb060;
 border-color: #808c59;
}

a:link {
 color: #0a8535;
}

a:link:hover {
 color: #2aa555;
}
