#w0 hr {
    border-top: 1px dotted #000;
    margin: 32px auto;
    width: 100%;
}

#w0 img.sim {
    border: 1px solid #ccc;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    display: block;
    margin: 8px auto 4px;
    height: 200px;
    width: 200px;
}
#w0 img.hor {
    border: 1px solid #ccc;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    display: block;
    margin: 8px auto 4px;
    height: 100px;
    width: 200px;
}
#w0 img.ver {
    border: 1px solid #ccc;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    display: block;
    margin: 8px auto 4px;
    height: 180px;
    width: 120px;
}

#w0 h2 {
    border-bottom: 1px solid #fff;
    font-size: inherit;
    font-weight: bold;
    margin: 0px 0px 4px;
}

#w0 h3 {
    font-size: inherit;
}

#w0 h4 {
    font-size: inherit;
}

#w0 h5 {
    clear: both;
    font-size: 0.8em;
    font-weight: bold;
    text-align: right;
}
#w0 h5 img {
    float: left;
    height: 15px;
    margin: 8px 2px 0px;
    width: 15px;
}
