Multiple declarations can be grouped as well. Use semicolon to separate the declarations.
h1, h2 {color:red; background-color: grey}
Modify the previous rule so that level 1 and level 2 headings have dark blue text and a grey underline.