body.mine h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
body.mine h2 { font-size: 1.5em; margin-bottom: 0.75em; }
body.mine h3 { font-size: 1em; font-weight: bold; color: #e00000; line-height: 1; margin-bottom: 1em; }
body.mine {
	background: #e2e2e2 url(../images/quilting.png);
	color: black;
	font-family: Palatino, Georgia, Times, serif;
	font-size: 100%;
}
div.header {
	background: white url(../images/top-bar.png) 0 18px no-repeat !important;
	margin: 18px 0;
	padding-top: 36px;
}
div.header h1 { margin-left: 12px; }

div.content {
	background-color: white;
	padding-top: 12px;
	padding-bottom: 12px;
}
div.content>* { margin-left: 12px; }
div.round {
	background-color: white;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-webkit-box-shadow: 4px 4px 8px #999;
}
div.center {
	text-align: center;
}
