a { text-decoration: none; } /* don't underline links... */
a:hover { text-decoration: underline; } /* ...unless mouse hovers over them */
p { text-indent: 4em; }
p {
padding-left: 2em; /* indent all lines */
text-indent: -2em; /* except the first */
}