@import url('reset.css');

/* General Demo Style */
.content .news body{
/* background:#f7f7f7 url(../images/pattern.png) repeat top left;*/
        color:#000;
        font-family: Verdana, Arial, sans-serif;
        font-size:13px;
        min-height:1000px;
}
.content .news a{
        color:#000;
        text-decoration:none;
}
.content .news .clr{
        clear:both;
}

.content .news h1 span{
        font-size:18px;
        color:#1693eb;
}
.content .news .more{
        font-family: Verdana,Georgia, serif;
        margin:0 auto;
        text-align:center;
        color:#ddd;
        font-size:15px;
        color:#444;
}
.content .news .more p{
        display:block;
        margin:10px;
}
.content .news .more a{
        color:#666;
        white-space: nowrap;
        font-weight:bold;
        background:#fff;
        padding:1px 6px;
        -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
        -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
        box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.content .news .more a.current,
.content .news .more a.current:hover{
        color:#fff;
        background:#000;
}
.content .news .more a:hover{
        background-color:#1693eb;
        color:#fff;
}