You can use more than one declaration within a declaration block. Each declaration must be separated with a semicolon ";". For example:
p { padding: 5px; margin: 1px; }
Or, with whitespace added to aid readability:
p
{
padding: 5px;
margin: 1px;
}
Other Max Design articles and presentations