

div.bubble-blue {
    width: 200px;
    background: url(/images/design2/home/bubble/bg-blue.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    color: #000000;
    margin: 0px;
    margin-bottom: 8px;
    padding: 0px;
    padding-bottom: 10px;
}
div.bubble-green {
    width: 200px;
    background: url(/images/design2/home/bubble/bg-green.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    color: #000000;
    margin: 0px;
    margin-bottom: 8px;
    padding: 0px;
    padding-bottom: 10px;
}
div.bubble-orange {
    width: 200px;
    background: url(/images/design2/home/bubble/bg-orange.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    color: #000000;
    margin: 0px;
    margin-bottom: 8px;
    padding: 0px;
    padding-bottom: 10px;
}
div.bubble-pink {
    width: 200px;
    background: url(/images/design2/home/bubble/bg-pink.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    color: #000000;
    margin: 0px;
    margin-bottom: 8px;
    padding: 0px;
    padding-bottom: 10px;
}
div.bubble-purple {
    width: 200px;
    background: url(/images/design2/home/bubble/bg-purple.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    color: #000000;
    margin: 0px;
    margin-bottom: 8px;
    padding: 0px;
    padding-bottom: 10px;
}
div.bubble-yellow {
    width: 200px;
    background: url(/images/design2/home/bubble/bg-yellow.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    color: #000000;
    margin: 0px;
    margin-bottom: 8px;
    padding: 0px;
    padding-bottom: 10px;
}


img.bubble-title {
    width: 200px;
    margin: 0px;
    margin-bottom: 4px;
    border: 0px;
}

div.bubble {
    margin: 0px;
    margin-left: 6px;
    margin-right: 10px;
    padding: 0px;
}
div.bubble p {
    margin: 0px;
    margin-bottom: 6px;
    padding: 0px;
    width: 100%;
}

div.bubble ul {
    margin: 0px;
    font-size: 95%;
}
div.bubble ul li {
    list-style: square;
    color: #eb520c;
    margin: 0px;
    margin-bottom: 2px;
}
