<html>
<head>
<style type="text/css">
.bigChange {color:#006600; font-weight:bolder; font-size:175%; letter-spacing:4px;  
text-transform: uppercase; background:yellow}
.start {color:yellow; background:#006600; bolder: Lime; }




<FORM NAME=highlight onmouseover="highlightButton('start')" onmouseout="highlightButton('')">
<input type="button" value="Button 1" style="border-color: #ffff00;">
<input type="button" value="Button 2" style="border-color: #ffff00;">
</FORM>
</body>
</html>