body
	{
	margin-left: 1%;
	margin-right: 1%;
	background-color: WhiteSmoke;
	}

p
	{
	text-indent: 0em;
	}
	
li	
	{
	list-style-position: outside;
	}

ul
	{
	list-style-type: none;
	}
	
ol
	{
	list-style-type: lower-roman;
	}