
p.block           { color: black; font-weight: normal; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: justify }
p.center          { color: black; font-weight: normal; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: center }
p.left             { color: black; font-weight: normal; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: left }
p.left-big { color: black; font-weight: normal; font-size: 14pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: left }
p.right             { color: #000; font-weight: normal; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: right }
p.mini       { color: black; font-weight: normal; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
A:link      { color: #000; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-align: right }
A:visited      { color: #000; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-align: right }
A:hover      { color: #f00; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; background-color: #fff; text-align: right }
A:active      { color: #000; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-align: right }
HR   { color: white; text-align: center; border-bottom: 1px dotted #455a7c }

#content {
 overflow: auto;
 color: #FFFFFF;
 font-size: 13px;
 width: 400px;
 background: #FDB545;
 border: 1px dashed #000;
}

#items {
 color:#FFFFFF;
 padding: 10px;
 font-size: 13px:
}

.article {
 padding: 0 0 10px 0;
 margin: 0 0 10px 0;
 font-size: 13px;
 border-bottom: 1px dashed #000;
}

.article a {

 color: #A90000;
 font-weight: bold;
 text-decoration: none;
 font-size: 13px;
}

.article a:hover { 
 color: #A90000;
 font-weight: bold;
 background-color: #F9E987;
 text-decoration: underline;
}

.article a:visited { 
 color: #A90000;
 font-weight: bold;
 background-color: #F9E987;
 text-decoration: none;
}

.message {
 margin: 20px;
 text-align: center;
 font-size: 13px;
}