DL
{
    BACKGROUND: url(images/corner_bottom_left.gif) no-repeat left bottom
}
DT
{
    BACKGROUND: url(images/corner_top_right.gif) no-repeat right top
}
DT B
{
    DISPLAY: block;
    BACKGROUND: url(images/corner_top_left.gif) no-repeat left top
}
DD
{
    MARGIN: 0px;
    BACKGROUND: url(images/corner_bottom_right.gif) no-repeat right bottom
}
.box2
{
    BACKGROUND-COLOR: #B1CCE3;
    MARGIN: 0px auto 10px;
    WIDTH: 300px;
    COLOR: #8a697a
}
.box2 DT
{
    MARGIN: 0px
}
.box2 DT B
{
    TEXT-INDENT: 10px
}
.box2 DD
{
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    PADDING-TOP: 10px
}
.box2 DD P
{
    PADDING-BOTTOM: 10px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}
.box2 DD A
{
    COLOR: #000
}
