p.note:before
{
     content: "Start of the Paragraph: ";
     font-style: italic;
}

p.note:after
{
     content: "End of the Paragraph! ";
     font-style: italic;
}