
<!DOCTYPE html>
<html>
<head>

<title>{#DOMAIN#}</title>

<style> 
#corners {
  border-radius: 25px;
  background: #ffffff;
  border: 2px solid red;
  color:#black; 
  padding: 20px; 
  width: 700px;
  height: 260px;    
}

.p_plus23 { 
		color: red;
		font-weight: bold; 
		font-size: 26px;
		align: center;
	}
	
.textred
{
 
 color: red;
 font-weight: bold; 
}

.header 
{ 
 font-size: 25px;
  color: red; 
}

.subheader 
{ 
 font-size: 18px;
  color:red; 
  font-weight: bold; 
}

body

{
 background: #ffffff;
}

td {
  vertical-align: baseline;
}

a  { 
	color:black;
	font-weight: normal; 
	font-size: 18px;
	align: center;
}		


p  { 
	color: #000000;
	font-weight: normal; 
	font-size: 18px;
	align: center;
}		

</style>
</head>
<body>
<br><br><br><br><br>

<table id="corners" align="center">
<tr valign=top" >
<td align="center">

	<div style="display:inline-block;vertical-align:middle;font-size: 30px;" >
		<b>{#DOMAIN#}</b>
	</div>
	
	<hr>	

	<div style="display:inline-block;" >
		<p>
		<span class="p_plus23">ACCESS DENIED</span>
		<br>
		<span class="subheader">Security Code: {#CODE#} </span>
		</p>
	</div>
	
	

	 <p>
	 
		Our security software has detected unauthorized access.
		<br>
		Access may be denied for various reasons. 
		<br>
		If the blocking is unauthorized, please inform us at: 
		<br>
		<span class="subheader">yourmail</span>
	 
	 </p>
	 
	<br>
	<hr>
	<br>
	
	  <b>YOUR CONNECTION DATA</b>	
	  
	  <br><br>

	  IP: {#IP#}	  
	  <br>	  
	  HOST: {#HOST#}
	  <br>
	  USER-AGENT: {#USERAGENT#}
	  
	 
  
	</p>

  
  
</td>
</tr>
</table 
 

</p>


</body>
</html>

