

<html>
<head>
	<title>Welcome</title>
	<style>
		TD {font-size:11px; color:#333366; font-family:verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
		TD.alert {font-size:11px; color:#B90000; font-family:verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
		TH {font-size:18px; color:#333366; background-color:#E4B115;}
	</style>
</head>

<!-- 01 -->

<body>
<br ><br >
<table border="0" width="500" cellspacing="0" cellpadding="2" align="center" bgcolor="#333366">
	<tr>
		<td>
		
		
			<table border="0" width="100%" cellspacing="0" cellpadding="12" align="center" bgcolor="#eeeeee">
			
				<tr>
					<th>Welcome to your future Web Site Creator</th>
				</tr>
				<tr>
					<td class="alert" align="center"><br >You have not yet published your website.<br ><br></td>
				</tr>
				
		</table>
		</td>
	</tr>
</table>
</body>
</html>

