@CHARSET "UTF-8";

li {
    float: left;
    list-style-type: none;
    margin: 5px 0 15px 6px;
    text-decoration: none;
    width: 103px;
}
.name {
    font-size: 12px;
    height: 29px;
    line-height: 15px;
    margin: 5px 0 0;
    overflow: hidden;
    text-align: left;
}
.name a {
    color: #0259ba;
    text-decoration: none;
}
.cimg {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #eee;
    height: 103px;
    overflow: hidden;
    width: 103px;
}
.cimg img {
    height: 103px;
    width: 103px;
}
body {
    margin: 0;
    padding: 0;
}
h3 {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    height: 34px;
    margin: 15px 0 0;
    text-align: left;
}
