<style>
body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    direction: rtl;
    background-image: url("https://shobeha.ir/image/1.png");

}
.stats {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: auto;
    border: 1px solid #CCC;
    padding: 4px;
    line-height: 20px; 
}

.notice {
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 5px 10px;
    font: 11px/21px tahoma;
    color: #FFF;
}
.notice:before {
    content: "";
    background: url('') no-repeat;
    height: 16px;
    width: 16px;
    float: right;
    margin: 3px 0px 0px 8px;
}
.notice a {
    padding: 0px 5px;
    color: #fff;
	font-size:10px;
}
.notice.orange{
	background:#FF9147;
}
.notice.blue{
	background:#5C90D2;
}
.notice.red{
	background:#DD1B49;
}
.notice.black{
	background:#555;
}
.notice.green{
	background:#167853;
}
.notice.bluefree{
	background:#41adcc;
}
.notice.silver{
	background:#C0C0C0;
}
</style>