﻿/* 
The idea of this style sheet is to put back the default styles which the master sheet strips out
for the benefit of pages viewed through the html_viewer.aspx file so that their formatting is rendered
as expected
*/
body {
}
.paddedParagraph 
{
	margin-top:1em;
	width:520px;
}
	.paddedParagraph p
	{
		margin-bottom:1em;
	}
		.paddedParagraph ul li, .paddedParagraph ol li
		{
			margin-left:5em;
			clear:both;
			font-size:1.1em;
		}
			.paddedParagraph ul li img
			{
				float:right;
				margin-left:5px;
			}
	.paddedParagraph h3, .paddedParagraph h4
	{
		margin-top:1em;
	}