.color_blue{
color: blue;
}
.color_red{
color: red;
}
.background_blue{
background-color: blue;
}
.background_red{
background-color: red;
}

