body {
	padding: 5px;
	background-color: #fff;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

img {
	vertical-align: middle;
}

#top {
	font-size: 80%;
}

#header {
	text-align: center;
}

#content {
	text-align: center;
}

#footer {
	padding: 20px 0;
	text-align: center;
}

p.padd20 {
	padding: 0 20px;
}

p.padd40 {
	padding: 0 40px;
}

p.per80 {
	font-size: 80%;
}

hr.rec {
	width: 400px;
	border-style: dotted none none none;
	border-top-width: 2px;
	border-top-color: #ccc;
	height: 2px;
}

hr.gray {
	width: 95%;
	border-style: dotted none none none;
	border-top-width: 2px;
	border-top-color: #ccc;
	height: 2px;
}



