<html>
<head>
<title>Template.System: #%TITLE%#</title>
</head>
<!--#	This is the template style comments. They will
	be stripped out the HTML code of the template
	when it's parsed.
	#-->
<body>
	<div align=center>
		<h1>#%TITLE%#: #%DATE%# #%TIME%#</h1>
		<h3 style="background:red;color:white">This is the header</h3>
	</div>
<TEMPLATE user_logged>
	<div style="padding:60 20 60 20px;
		font: bold 23pt Arial, tahoma, verdana;
		color:white;
		background:blue"
		align=center>
		You successfully are logged in.
		</div>
</TEMPLATE> 
  |