Código:
En el XHTML hago la referencia asi:<style type= "text/css">
body {
background-color: black;
}
.textos {
color: #aa66ff;
text-align: center;
font-family: Palatino Linotype;
}
.titulo {
color: green;
text-align: center;
font-size: 18pt;
font-family: Palatino Linotype;
}
.botones {
text-align: center;
font-family: Palatino Linotype;
}
</style>
Código:
<link rel="stylesheet" type="text/css" href="estilo.css">

