	@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC&display=swap');
	table {
		margin:auto;	
	}
	#Wrapper {
			min-width:100%;
			margin:auto;	
			text-align: center;
	}
		.Expire {
				font-family: 'Alegreya Sans SC', sans-serif;
				font-size:13px;
				font-weight:900;
				color:#c40303;
	}
	
	.FinePrint {
				font-family: 'Alegreya Sans SC', sans-serif;		
				font-size:10px;
				 line-height: 9px;
				font-weight:900;
				color:#c40303;
	}
		.BottomFinePrint {
				font-family: 'Alegreya Sans SC', sans-serif;		
				font-size:10px;
				 line-height: 9px;
				font-weight:900;
				max-width:630px;
				padding:10px 5px 5px 5px;
				margin:auto;
				text-align:center;
				color:black;
	}
	.AdSquareImage  {
				width:200px;
		}
		
	.AdTable {
		border-collapse: collapse;
	}
	
	.AdTable td {
			#width:215;
			#height:250;
			vertical-align: top;
			text-align: center;
			border-width:2px;
			border-style: dashed;
	}
	
	.PrintButton {
				font-size:20px;
				padding:10px;
				background-color:blue;
				color:white;
				border-radius: 10px !important;
		
		}
	
</style>