.article {
    /*width:938px;*/
    width:980px;
    /*margin:0 auto 20px auto;*/
    margin:0 0 20px 0;
    background-color:#E3E1DF;	
    padding: 0px 10px;
    display:inline-block;
}

.header h2 {
    font-size: 20px;
    padding: 5px 0px;
    margin: 0px;
}

.article .date {
    font-size:11px;
    color:#666;
}

.article p {
    font-size:14px;
    text-align:justify;
    -moz-hyphens: auto;
    hyphens: auto;
}

.article .footer {
    font-size:11px;
    color: #666;
    line-height:20px;
    height:20px;
    padding-bottom:5px;
}

/* LINKS -------------------------------------------------------------*/

.article .header a:link, .article .header a:visited { 
    text-decoration: none; 
    outline: none;
    color:#000;
}

.article .header a:hover, .article .header a:focus {
    color: #666666;
}

.article .header .authors a:link, .article .header .authors a:visited {
    text-decoration:none;
    font-weight:normal;
    color:#666;
}

.article .header .authors a:hover {
    text-decoration:none;
    font-weight:normal;
    color:#8B0038;
}

