body {
	width: calc(100% - 60px);
	max-width: 500px;
	margin: 0 auto;
	padding: 10px;
	background: #ffffff;
	cursor: default;
	font-family: Trebuchet MS, sans-serif;
}

hr.dividerBlueBig {
	border-top: 8px solid #34d5b3;
	border-radius: 5px;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

hr.dividerBlueMed {
	border-top: 4px dotted #34d5b3;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

h1 {
	font-family: Trebuchet MS, sans-serif;
	color: #34d5b3;
}

h2 {
}

h3 {
}

a {
	color: #34d5b3;
}

p.comment{
	color: #999999;
}

.footer {
	text-align: right;
	color: #34d5b3;
}