a#p:link, a#p:visited
{
	background-color: #cccccc;
	border: 8px outset #cccccc;
	color: #000000;
	display: block;
	font-weight: bold;
	font-family: arial,sans-serif;
	margin: 0px auto;
	padding: 8px;
	text-decoration: none;
	width: 320px;
}
a#p:hover, a#p:active
{
	background-color: #666666;
	border-style: inset;
	color: #ffffff;
}
body
{
	font-family: verdana,arial,sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
img
{
	width: 120px;
	height: 90px;
}
.coupon
{
	border: 2px dashed #000000;
	float: left;
	overflow: hidden;
	width: 180px;
}
.t2
{
	font-weight: bold;
	font-size: 28px;
	height: 80px;
}
.t2half
{
	font-weight: bold;
	font-size: 24px;
	height: 80px;
}
.t3
{
	font-weight: bold;
	font-size: 20px;
	height: 80px;
}
.d
{
	font-size: 10px;
	text-align: justify;
}
.d div
{
	margin-top: 12px;
}
.l
{
	font-size: 10px;
}
.r
{
	font-size: 8px;
	text-align: justify;
}
.s
{
	display: block;
	font-weight: bold;
	font-size: small;
}
form
{
	font-size: small;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 720px;
}
form p
{
	margin: 16px 0px 0px;
}
form b
{
	color: #990000;
	font-weight: normal;
	font-size: medium;
}
form span
{
	display: block;
	font-size: x-small;
}
@media print
{
a, h5, form
{
	display: none;
	visibility: hidden;
	position: absolute;
	top: -1000000px;
	left: -1000000px;
}
}
