ciioè praticamentenn mi apporta alcuna modifica sostanziale!
codice:
<%@LANGUAGE="VBSCRIPT"%>
<html>
<head>
<title>Documento senza titolo</title>
<style type="text/css">
.text {
  font-family: Arial;  			// tipo carattere
  font-size: 10px;			// dimensione carattere
  color: #000000;			// colore carattere
  text-decoration: none;		// decorazione carattere
  background-color:green;	        // colore sfondo
  border: 1px solid #FF9900;		// tipologia bordo di colore arancione
  font-weight: bold;			// spessore carattere
  font-style: italic;			// stile carattere
}
</style>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<p class="text"> 
  <textarea class="text">oiaiaiia</textarea>
</p>
</body>
</html>