
div.profile_head {
	left: 21%;
	top: 180px;
	width: 60%;
	height: 50px;
	font-family: "Arial";
	font-size: 22pt;
	font-weight: bold;
	color: blue;
	text-align: center;
	vertical-align: middle;
	background-color: white;
	border-style: solid;
	border-bottom-style: none;
	border-color: red;
	border-width: thin;
}

div.profile {
	left: 21%;
	top: 230px;
	width: 60%;
	height: 200px;
	font-family: "Times Roman";
	font-size: 12pt;
	border-style: solid;
	border-top-style: none;
	border-color: red;
	border-width: thin;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
