@charset "UTF-8";
/* CSS Document */

.header {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 24px;
    font-weight: bold;
    border-style: dotted;
}
.bodytext {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.bold {
    font-weight: bold;
}
