| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <html>
- <head>
- <title>STEAM Game Details</title>
-
- <style TYPE="text/css">
-
- BODY {
- margin:8px 5% 0 5%;
- font-family:Arial,Verdana,Helvetica;
- font-size:10pt;
- }
- h1 {
- font-weight:bold;
- font-size:11pt;
- line-height:14pt;
- text-transform:uppercase;
- margin-bottom:0px;
- }
- TD {
- font-family:Arial,Verdana,Helvetica;
- font-size:10pt;
- }
- HR {
- height:1px;
- color:black;
- }
- </style>
-
-
- </head>
- <body>
- <h1><img src="http://steampowered.com/img/steam_logo_onwhite.gif" height="36" width="67" alt="STEAM" align="absmiddle"> Steam Game Details</h1>
- It is recommended that you print this information and keep it in a safe place. Your Steam account and login information is important, you'll need it to access your games and other Steam features.<br><br>
- <hr noshade size="1">
-
- <table width="346">
- <tr><td>Account Name:</td><td><b> %%AccountName%% </b></td></tr>
- <tr><td>Game Purchased:</td><td><b> %%Game%% </b></td></tr>
- <tr><td>Contact email address:</td><td><b> %%Email%% </b></td></tr>
- </table>
-
- <hr noshade size="1">
- <br>
-
- <img src="http://steampowered.com/img/print.gif" height="32" width="32" alt="STEAM" align="absmiddle"> <a href="javascript:window.print();">Click here to print this page now</a>
-
- </body>
- </html>
|