﻿h	{
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
	}
p	{
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	font-indent: 2em;
	}

ul {
	font: 100,01% times new roman;
	color: #ffffff;
	list-style-position: inside;
	list-style-type: square;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0.4em;
	padding-left: 0.4em;
    }

li ul {
	list-style-type: circle;	
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 2px 2px;
	
	}
li ul ul {
	list-style-type: none;	
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 5px 5px;
	
	}