Can you think of a way to reduce this declaration block to a single line?

.warning {
 font: italic bold 1.5em Arial;
}
.warningborder: 1.5em solid black;}

Fantastic! With the font shorthand property, we can set four properties at once.

Oh noes! With the font shorthand property, we can set four properties at once.