This file is an HTML version of a simple style.
Style sheets are easiest to create using an editor that builds the styles by selecting items from a page.

.ParagraphTitle
{
   font-family: 'Times New Roman' , Times, serif;
   font-size: large;
   font-weight: bolder;
   text-align: center;
}