codice:
<html><head>
<style type="text/css">
.text {
  font-family: Book Antiqua;
  font-size: 14px;		
  background-color: black;	    
  border: 2px outset gray;

}
</style>
</head>
<body>
<input type="text" class="text" name="av" value="prova" maxlength="52" size="60%">
</body>
</html>
Il carattere mi cambia ma tutto il resto no...why?
Thanks