<html> <head> <title>The Game Of Life</title> <style type="text/css"> <!-- a:link {text-decoration:none; font-weight:bold; color:#000000;} a:visited {text-decoration:none; font-weight:bold; color:#000000;} a:active {text-decoration:none; font-weight:bold; color:#000000;} a:hover {text-decoration:none; font-weight:bold; color:#000000;} p.game {font-family:arial;} p.pink {background-color:#ff33ff; text-align: center; color:#ffffff; font-weight: 800; font-size: 72pt; font-family: sans-serif;} p.blue {text-align: center; color:#ffffff; font-weight: 800; font-size: 72pt; font-family: sans-serif;} p.green {text-align: center; color:#ffffff; font-weight: 800; font-size: 72pt; font-family: sans-serif;} p.yellow {background-color:#ffff00; text-align: center; color:#ffffff; font-weight: 800; font-size: 72pt; font-family: sans-serif;} td {font-family: sans-serif;} --> </style> </head> <body bgcolor="#ffffff"> <center> <table width="375px" height="85px" cellpadding="0px" cellspacing="0px" border="0"> <tr> <td width="75px" bgcolor="#ffffff" border="0px"><center> <p class="game"> <font size="4">The</font><br> <font size="5">GAME</font><br> <font size="4">of</font></p> </center></td> <td width="75px" bgcolor="#ff33ff"> <p class="pink">L</p></td> <td width="75px" bgcolor="#3366ff"> <p class="blue">I</p></td> <td width="75px" bgcolor="#66cc33"> <p class="green">F</p></td> <td width="75px" bgcolor="#ffff00"> <p class="yellow">E</p></td> </tr></table> <table width="375px" height="70%" valign="top" cellpadding="10px" cellspacing="0px" border="1" bordercolor="#000000" borderstyle="solid" borderwidth="thin"> <tr> <td width="51px" bgcolor="#ffff00" valign="top"> <center> <a href="http://%%username%%.diaryland.com/index.html">new</a> <hr> <a href="http://%%username%%.diaryland.com/older.html">old</a> <hr> <a href="mailto:YOU@DOMAIN.COM">mail</a> <hr> <a href="http://%%username%%.signmyguestbook.com">book</a> <hr> <a href="http://diaryland.com/index.html">host</a> <hr> <a href="http://my-grain.diaryland.com/index.html">design</a> <hr> </center> </td> <td width="324px" bgcolor="#ffffff" valign="top"> <font size="2">Past Lives</font><br><br> <font size="2"> %%older_entries%% </td> </tr> </table> </center> </body> </html>