table.t1 {
	background-color: Silver;
	border: thin Blue;
	margin-bottom: 10%;
	margin-top: 10%;
	margin-left: 20%;
	margin-right: 20%;
	width: 600px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: dotted;
	border-right-style: dotted;
}

ul {
	color: Maroon;
	list-style-type: square;
}

ul.ul1 {
   color: Maroon;
	list-style-type: circle;
}

ul.ul2 {
	color: Maroon;
	list-style-type: disc;
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}

p.p1 {
	color: Navy;
	font-size: 10pt;
	font-family: Arial;
	font-style: italic;
	text-align: left;
	font-weight: bolder;
	text-decoration: underline;
}