<html>
<head>
<style>
<!--
body { font-family: Tahoma; font-size: 12px }
-->
</style>
</head>
<body>
<h4>{news_headline}</h4>
<u>Author:</u> <b>{news_author}</b> (<a href="mailto:{news_author_mail}">mail</a>)<br>
<br>
<u>News Header:</u><br>
<div style="color: #000000; border-style: dotted; border-width: 1px; background-color: #EAE8E3; margin-top:5; margin-bottom:5">
<br>
{news_lite_content}
<br>
<br>
</div><br><br>
<u>News Body:</u><br>
{news_content}
</body>
</html>
|