body {
    margin:0;
    padding:0;
    background-color:#ffffff;
    text-align:center;
}
.base {
text-align:left;
padding:0 20px 20px 20px;
width:420px;
}
* html .base {
    width:460px;
}
h1 {
	margin:0 auto 1em auto;
	padding:11px 20px;
	color:#ffffff;
	background-color:#345927;
	text-align:left;
	line-height:1.5;
}
p {
	margin:0 0 1em 0;
	line-height:1.8;
}
a {
    text-decoration:underline;
}
a:link, a:visited {
    color:#36629d;
}
a:hover, a:active {
    color:#297ded;
}
#textlink {
	padding:3px 0 3px 20px;
	line-height:1.231;
	background:#fff url(img/textlink.gif) no-repeat left 50%;
}
.label-h3 {
	margin-bottom:1em;
    padding:1px 0 1px 15px;
    color:#7e7256;
	background-image:url(img/label-h3.gif);
	background-repeat:no-repeat;
	background-position:left 50%;
}
