@font-face {
font-family: Bariol;
src: url("Bariol_Light.otf") format("opentype");
}

@font-face {
font-family: Bariol;
font-weight: bold;
src: url("Bariol_Bold.otf") format("opentype");
}

body { font-family: Bariol; font-size: 22px; }
.header { font-weight: bold; }
.grey { color: #bbbbbb; }

#canvas { position:fixed; top:0;left:0; color: #aaaaaa;}