@namespace url(http://www.gribuser.ru/xml/fictionbook/2.0);
@namespace html url(http://www.w3.org/1999/xhtml);
/* IMG's and A's live in html namespace, so refer to them as html|img and html|a */

FictionBook {

/* fixed width, centered */
width: 800px ; margin:0 auto !important;

/* default font */
font: 13px Verdana;

}

/* Justify text */
p { text-align: justify; }

/* Make titles special */
title {font-family: Trebuchet MS; font-weight:bold;}

/* Make titles centered */
title, title p {text-align: center; } 

/* Make images centered */
FictionBook html|img {display: block; margin: 0 auto;}