prova a mettere così:
codice:
.stile {
}
body {
font-family: Times New Roman, Times, serif;
background-color: #25634A;
margin-left: 15px;
margin-top: 15px;
margin-right: 15px;
margin-bottom: 15px;
scrollbar-3dlight-color: #006633;
scrollbar-arrow-color: #006633;
scrollbar-base-color: #006633;
scrollbar-darkshadow-color: #006633;
scrollbar-face-color: #006633;
scrollbar-highlight-color: #006633;
scrollbar-shadow-color: #006633;
scrollbar-track-color : #006633;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
.bordo_verde {
border-top-width: thin;
border-bottom-width: thin;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #25634A;
border-bottom-color: #25634A;
background-color: #FDAC45;
}
.testo_verde {
font-size: 12px;
font-weight: bold;
color: #009900;
}