This is affected by STYLE BODY commands.
  P	{margin-left: 300px; margin-right: 100px;
	text-align: justify;font-size: 13pt;
	font-family: arial, helvetica, sans-serif;}

This is affected by STYLE PARAGRAPH commands. Notice if you will how I have set the margins and the paragraph justification. This paragraph is fully justified with a nice blocked look and offset from the left side of the page by 300 pixels and the right by 100 pixels.


The following STYLE BOX has been created with the following commands. It will create a bordered box around any UL, OL or DL listing.

  UL, DL	{display: list-item;
	background-color: #FFFAF0;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	list-style-type: square;
	list-style-position: inside;
	border: 8px inset #CD853F;
	margin-left: 200px;
	margin-right: 200px;}
Vocalization
How Now Brown Cow

This is Times New Roman text that was made BOLD.

This is Times New Roman text that was made BOLD ITALIC.

This is HEADING 1 text

This is HEADING 2 text

This is HEADING 3 text

This is HEADING 4 text

This is HEADING 5 text
This is HEADING 1 text

Embed Styles