Listing 1: HotLinks' Lead-Off HTML Code
<html>
<head>
<title>HotLinks</title>
<HTA:APPLICATION
ID="HotLinks"
APPLICATIONNAME="HotLinks"
SINGLEINSTANCE="no"
>
<!--******* BEGIN CALLOUT A *******-->
<style type="text/css">
body
{
margin: 0px;
padding-top: 0px;
width: 130px;
height: 160px;
font-size: 8pt;
font-family: arial,times,serif,courier,"lucida console";
overflow-x:auto;
overflow-y:scroll;
background-color: #cccccc;
}
<!--******* END CALLOUT A *******-->
<!--******* BEGIN CALLOUT B *******-->
a:hover
{
color: #ffffff;
}
<!--******* END CALLOUT B *******-->
</style>
<script type="text/VBScript">
1