body {
	background-color: #ccc; 
	margin: 20px 0px 20px 0px;
}
#prf_container {
	width: 340px;
	color: #666;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 40px 50px 40px;
	font-size: 12px;
}
#prf_photo {
	border: 1px solid #ccc;
	padding: 2px;
}
h1 {
	background-color: #99CC33;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 20px 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #669900;
	border-bottom: 1px dotted #aaa;
	padding: 0px 0px 0px 5px;
	margin: 20px 0px 10px 0px;
}
li {
	font-size: 12px;
	color: #666;
	margin: 0px;
	list-style-type: none;
	list-style-position: outside;
}
ul {
	padding:0px;
	margin:0px;
}
a:link {
	color: #669900;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
a:visited {
	color: #669900;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
a:hover {
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}
a:active {
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}