Flying Saucer XML/CSS2 Renderer
CSS Margin, Paddings and BackgroundsXMargin, padding and background support includes: CSS margin and padding, on any or all four sides of a box. You can apply both shorthand ("padding: 1px") or to individual sides ("margin-left: 10em"). Backgrounds can be colored and/or include images (as background attachments). Background images can be repeated horizontally, vertically, or both, and fixed in place.
{
background-color:#ccffcc;
border-width: 20px;
border-style: solid;
border-color: #000000;
padding: 20px;
margin: 20px;
}