/* CSS Document */

.thankyou {	
	text-align: center; 
	color: rgb(220, 25, 81);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:auto;
	width:100%;
	font-weight: bold; 
}

.body  {
	color: #000000;
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left; 
}

.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #DC1951;
	text-align: center;
	line-height:1.2em;
}

.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #DC1951;
	text-align: center;
	line-height:1.2em;
}

.pinkTxt {color: #DC1951;}

.blackTxt {color: #000000; font-size:19px;}
