<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
            "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
    <title>Text Roll</title>
    <link rel=stylesheet type="text/css" href="../class.css">
    <style type="text/css">
       .h3Style   {font: 22px "trebuchet ms", verdana, arial,
                   helvetica, geneva, sans-serif; font-weight: bold;}
       .rollStyle {font: italic 66px "trebuchet ms", verdana, arial,
                   helvetica, geneva, sans-serif; font-weight: bold;
                   color:green;}
    </style>
</head>
<body bgcolor=white>
<h3>This is a <a href="page1.html"
    onmouseover="this.className='rollStyle'"
    onmouseout="this.className='h3Style'">very important link</a>
    that you really must pay attention to.</h3>
</body>
</html>