/* 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;
}
