/* CSS Document */
div#news {
 width: 800px;
 margin-top: 50px;
}

div#news a {
 text-align: center;
}

div#news em {
 
}

div#news div {
 border-bottom-style: solid;
 border-bottom-width: thin;
 border-bottom-color: rgb(230, 142, 11);
}

div#list {
 width: 700px;
 border-bottom-style: solid;
 border-bottom-width: thin;
 border-bottom-color: rgb(227, 141, 13);
}

div#list h3 {
 padding: 5px;
 background-color: #000000;
}

div#list p.author {
 text-align: right;
 padding: 5px;
}

div#list p.author span {
 text-decoration: underline;
 font-weight: 600;
}

div#list p.text {
 padding-left: 20px;
}

div#scrolling {
 margin-top: 15px;
 margin-bottom: 15px background-color : #FF0000;
}

div#scrolling a {
 padding-left: 5px;
 padding-right: 5px;
}
