マスターページに請求する次のコードがあり、特定の css を挿入する必要がありますが、機能しません
<div xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://java.sun.com/jsf/facelets" class="contenido">
<h:outputStylesheet library="css" name="style-pago-anual.css" target="head" />
<p id="miClase">Prueba de houtputStyle</p>
<h2 class="mod2">Cobro de Recibos</h2>
<p> Bienvenido a la Pagina de Cobros</p>
</div>