.Text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.Text p {
	font-weight : normal;
	color : #7B7171;
	line-height: 1.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.Text h1 {
	font-weight : bold;
	font-size : 11px;
	color : #7B7171;
	margin: 0 0 15 0;
	padding: 0 0 0 0;
}

.Text h2 {
	font-weight : bold;
	font-size : 11px;
	color : #7B7171;
	margin: 15 0 10 0;
	padding: 0 0 0 0;
}

.Text .Container{
	width: 95%;
	border: 0px solid yellow;
}

ul{
	margin: 5 0 0 20;
	padding: 0 0 0 0;
	list-style-position : outside;
}

li{
	font-size: 11px;
	line-height: 1.5em;
	color : #7B7171;
}

