ul.mine {
	list-style-type: disc;
	list-style-position: outside;
	line-height: 20px;
	margin: auto;
	/**padding: 15px;**/
	width: 85%;
	list-style-image: none;
}

.centa {
	margin: auto;
	width: 85%;
}

.yella {
	background-color: yellow;
}

.boldy {
	font-weight: bold;
	font-style: italic;
	margin: auto;
	/**color: #0000cc;**/
	/**background-color: #cccccc;**/
	text-align: center;
	font-size: large;
}

.bodyForm {
	font-family: "Times New Roman", Times, serif;
	color: black;
	width: 100%;
	background-color: #fff; /**#FFFF66**/;
	text-align: left;
}

.headerForm {
	font-family: Georgia, serif;
	color: red;
	font-size: large;
	text-align: center;
	font-weight: bold;
}