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

body
{
	width: 600px;
	margin: 20px auto 50px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f00;
	font-weight: bold;
	text-align: center;
}

#coupon h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f00;
	font-weight: bold;
	text-align: left;
}

#coupon
{
	border: #f00 2px dashed;
	padding: 5px 10px;
}

h2
{
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	color: #f00;
	font-size: 200%;
}

p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}

p.tweederegel
{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

p.derderegel
{	
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
}

strong
{
	font-weight: bold;
	color: #f00;
	font-size: 110%;
	font-family: Tahoma, Geneva, sans-serif;
}

p.redcenter
{
	text-align: center;
}

em
{
	font-style: normal;
	background: #ff0;
	font-weight: bold;
}

span.bold
{
	font-weight: bold;
}

span.italic
{
	font-style: italic;
}

span.underline
{
	text-decoration: underline;
}
