/* common styles  */

body {
	background: #fff;
	margin: 20px;
	font-family: Arial, helvetica, sans-serif;
	text-align: left;
	font-size: 69%;
	color: #666;
}

h1 {
	font-size: 160%;
	color: #7D805D;
}

h2 {
	font-size: 120%;
	color: #7D805D;
	border-bottom: 1px solid #ccc;
}

