body {
	margin: 0;
	padding: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #222;
	background: #fff url(../img/bg_body.gif) top center;
	text-align:center;
}

/* links */

a:link, a:visited {
	color: #22850B;
	text-decoration: underline;
}
a:hover {color: #666;}
a img {border: none;}

/* main */
#main{
	border:2px solid #F7A51A;
	background:#fff;
	padding:15px;
	text-align:left;
	font-size:1.2em;
}
h1{color:#22850B;margin-top:0;}
div.print{margin:10px 0 0 0}
div.print input{font-size:16px}