/* CSS Document */
div#myprofile {
	/*border: blue 2px solid;*/
}
div#myprofile h1 {
	background-color: #903;
/*	width: 100%;*/
	padding: 5px;
	font-size: 1em;
	color: #ffffff;
}
div#myprofile table {
	width: 100%;
}
div#myprofile table th {
	text-align: center;
	padding: 2px 5px;
}
div#myprofile table td{
	text-align: center;
	padding: 2px 5px;
}
div#myprofile a.morepending{
	display: block;
	text-align: right;
	font-weight: bold;
	color: blue;
	padding: 2px 5px;
}
div#myprofile a.morepending:hover{
	color: black;
}

.heading{
	font-size:19px; 
	font-weight:lighter; 
	text-align:center;
	
}
