body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #DDD;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
}

a img {
    border: 0;
}

a {
    color: #FF7F00;
}

a:visited {
    color: #777;
}

.colour {
    color: #FF7F00;
}

h2, h3 {
    color: #000;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

h4 {
    font-size: 10px;
    color: #777;
}

ul {
    text-align: left;
    padding-left: 30px;
}

p {
    text-align: left;
    margin-left: 15px;
    margin-right: 10px;
}

p.blurb {
    display: none;
    /* for text blurbs that get replaced with images */
}

.small {
    font-size: 11px;
}

#website {
    background: #FFF;
    width: 205px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
}

#header {
    background: #FFDC6E;
    padding-top: 2px;
    padding-bottom: 5px;
}

#header h2 {
    color: #FF7F00;
}

