Global
Better paragraphs
No indent on first paragraph, indents on following paragraphs, no margin between any paragraphs, some margin on the first paragraph)
URLS (Include):
*
Styles:
p {
margin-top: 0 !important;
margin-bottom: 0px !important;
}
p:first-child {
margin-top: 10px !important;
}
p+p {
text-indent: 2em !important;
}