body {
    background-color: #ffffff; /* or what you like it to be */
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif; /* or what you like it to be */
    color: #333333; /* or what you like it to be */
}

#content ul.bullets {
    margin-left: 0;
    list-style-type: none;
}

#content ul.items.bullets li,
#content ul.items.bullets li.item {
    background-image: url("../images/bullet_klein.gif");
    background-position: left 7px;
    background-repeat: no-repeat;
    padding-left: 16px;
}

.intro ul {list-style-type:disc;margin-left:1.5em;}
.intro ol {list-style-type:decimal;margin-left:2em;}
.text ul {list-style-type:disc;margin-left:1.5em;}
.text ol {list-style-type:decimal;margin-left:2em;}

