#content {
 overflow: auto;
 color: #000;
 font-size: 9pt;
 margin: 0;
 background: #FFFFFF;
 padding: 0 0 10px 0;
 border: 1px dashed #000;
 text-align: justify;
}

#content2 {
 color: #000;
 font-size: 9pt;
 background: #FFFFFF;
 border: 1px dashed #000;
 text-align: justify;
}

#items {
 color:#000;
 font-size: 9pt;
}

.article {
 width: 320px;
 float: left;
 font-size: 9pt;
 margin: 10px 0 0 20px;
 border-bottom: 1px dashed #000;
}

.article a {

 color: #4472AB;
 text-decoration: none;
 font-size: 9pt;
}

.article a:hover { 

 text-decoration: none;
 color: #EF7518;
}

.message {

 text-align: center;
 font-size: 9pt;
}