si lo que quieres es incrustar tu estilo en tu archivo tienes que hacerlo de este modo
Código:
<style type="text/css">
.texto {
font-size:9px;
font-family: Verdana;
font-weight: normal;
color: #4fa44f;
background-color: #FFFFFF;
height:15px;
border: 1px solid #000000;
}
.boton{
font-size:9px;
font-family: Verdana;
font-weight: normal;
color: White;
background:#4fa44f;
border: 1px solid #FFFFFF;
}
</style>
y tiene que estar dentro de <head> y </head>