div.content {
    margin-left: 10px;
    margin-bottom: 20px;
    width: 600px;
}

div.content p {
    margin-bottom: 5px;
    line-height: 15px;
}

div.content p.small {
    font-size: 11px;
    line-height: 15px;
}

div.content p.large {
    font-size: 16px;
    line-height: 15px;
}

div.content p.small_space {
    font-size: 11px;
    margin-bottom: 15px;
    line-height: 15px;
}

div.content p.large_space {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 15px;
}

div.content img {
    margin-bottom: 5px;
}

ul {
    list-style-type: bullet;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

