リンクスタイルの変更
<style type="text/css"> <!-- a{text-decoration:none;} a:Link{color:black;} a:Visited{color:black;} a:Active{color: gray;} a:Hover{ color:blue; text-decoration:underline; background-color:#DDDDDD; } --> </style>
みてくれのいいボタン
<input type="submit" style="color: black; background-color: white; border-width: 1" onmouseover="this.style.color='blue';value='送信'" onmouseout="this.style.color='black';value='送信'" value="送信">
みてくれのいいフィールド
<input type="text" size="50" maxlength="100" style="color:black; border-color:black; border-width:1; background-color:ivory;">
テキストに背景色を
<font style = "background:ivory;">コメント</font>
・・・
・・・