@charset "UTF-8";
/* CSS Document */

body {
  text-align: center;
  min-width: 780px;
}
#wrapper {
  text-align: center;
  width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
}
p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#8F8D7F;
text-align:center;
line-height:80%;
}
a{
	color:#A02550;
	text-decoration:underline;
}
b{
	color:#6F9459;
	font-weight:normal;
}
strong{
	color:#A02550;
	font-weight:bold;
}