/*----------------------------
 CLEVERCLEVER STYLES!
----------------------------*/
body {
    background: #fff;
    color: #222;
    text-align: center;
    font: 13px/1 Georgia, Century, Times, serif;
}

a {
    outline: none;
    color: #555;
    text-decoration: underline;
}

a:hover {
    color: #222;
}

div#type {
    text-align: center;
    margin: 80px auto 0;
    background: transparent url(./cc.png) top center no-repeat;
    width: 375px;
    height: 92px;
    text-indent: -1000em;
}

div#list {
    margin: 18px 0 30px;
    line-height: 20px;
}

div#list h3 {
    color: #000;
}

div#list ul li span.new {
    color: #e93c3c;
    font-size: 11px;
}

div#copy {
    margin-bottom: 30px;
    color: #ccc;
    font-size: 11px;
}
