body {
    font-family: arial, helvetica, sans-serif;
}

.side_box, .main_box {
    background-color: #eeeeee;
}

.side_box_header {
    background-color: #eeffee;
    border: 1px solid #000000;
}

.main_box_header {
    background-color: #eeeeff;
    border: 1px solid #000000;
}

.side_box_body, .main_box_body {
    border: 1px dashed #000000;
    border-top-style: none;
}

ul.side_box_list {
    padding-left: 24px;
    list-style-image: url(arrow.gif);
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
