.header_ {
    background: darkblue url(../img/layout.gif) repeat-x center;
    padding: 10px 10px;
}
.header_ div {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}
.price-fall .x-change-cell {
    background-color: #FFB0C4;
    color:red;
}
.price-rise .x-change-cell {
    background-color: #B0FFC5;
    color: black;
	font-weight: bold;
}