<html>
<head>
<title>表单中改字体的颜色</title>
</style>
<style type="text/css">
<!--
A{text-transform; none; text-decoration;
none;}
a:hover {text-decoration:none
-->
.whiteA a:link { color: white; text-decoration: none}
.whiteA a:visited { color: white; text-decoration: none}
.whiteA a:hover {color: #FF9966; text-decoration: underline}

class=whiteA 
</style>


<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.formstyle { font-family: "宋体"; font-size: 10pt; color: #FF0000; background-color: #FFFFCC}
-->
</style>
</head>

<body bgcolor="#FFFFFF">
<form name="form1" method="post" action="">
<select name="select" class="formstyle">
<option value="#1">menu1</option>
<option value="#2" selected>menu2</option>
<option value="#3">menu3</option>
</select>
</form>

</body>
</html>



