body,table{
	font-size: 11px;
	color: #bbb;
	margin-top:5px; 
    margin-left:0;
}

#id_result{
	font-size: 12px;
	color: #bbb;
}

.date {
	width: 70px;
	float: left;
    padding: 0px 5px;
	overflow: hidden;
        color: #bbb;
	}
.date a {
        color: #ccc;
        }
.date a:hover {
        color: #fff;
        }

.dateblock {
	text-align: center;
	font-weight: bold;
	padding: 5px 0px;
	}
.month {
    font-family:century gothic;  
	font-size: 12px;
	line-height: 11px;
	color: #bbb;
	}
.day {
    font-family:century gothic;
	font-size: 48px;
	line-height: 36px;
	color: fff;
	}
.year {
    font-family:century gothic;
	font-size: 20px;
	line-height: 16px;
	color: #bbb;
	}