A declaration block is a list of declarations separated by semi-colon(;) and included in a {..}
{font-size:15px; color:red}
{text-decoration:none; cursor: pointer}
Note
";" symbol is optional in a declaration block;
Blank spaces can be added before and after of ";" or ":"