.center {
	margin: auto;
	width: 800px;
	border: 3px solid black;
	padding: 10px;
	font-family: Georgia;
}

ul.nadadot {
	list-style-type: none;
}

p.text {
	border: 3px solid black;
	padding: 20px;
	text-indent: 50px;
	text-align: left;
	font-family: Georgia;
	background-color: lightgray;
}
li.emphhead {
	font-family: Georgia;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}
li.emph {
	font-family: Georgia;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}
li.noemph {
	font-family: Georgia;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
}

h2.cat {
	text-transform: uppercase;
	width: 400px;
	padding: 10px;
	border: 0px;
	margin: 0px; 
	background-color: silver;
	font-family: Georgia;
}
