スクロールバーの色(TEXTAREA追加)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
<!--
body,textarea { scrollbar-3dlight-color:blue;
scrollbar-arrow-color:red;
scrollbar-base-color:green;
scrollbar-darkshadow-color:black;
scrollbar-face-color:pink;
scrollbar-highlight-color:yellow;
scrollbar-shadow-color:red}
-->
</style>
<title>スクロールバーの色(TEXTAREA追加)</title>
</head>
<body bgcolor="#FFFFFF">
<textarea name="textfield" cols="50" rows="5">こんなとこでも
色がつくんです
おもしろいね☆</textarea>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>