@font-face {
font-family: chisel;
src: url(chisel.ttf);
}

@font-face {
font-family: chisel-bold;
src: url(chisel-bold.ttf);
}

@font-face {
    font-family: chisel-IE;
    font-style:  normal;
    font-weight: bold;
    src: url(chisel.eot);
}

@font-face {
    font-family: chisel-bold-IE;
    font-style:  normal;
    font-weight: bold;
    src: url(chisel-bold.eot);
}

.homepage { color: #581e00; font-family: chisel-bold, chisel-bold-IE; font-size: 14pt; }
.red { color: red; display: inline; }
