diff --git a/Identity/Webenv/Css/Texi2html/default.css b/Identity/Webenv/Css/Texi2html/default.css
new file mode 100755
index 0000000..32b7b37
--- /dev/null
+++ b/Identity/Webenv/Css/Texi2html/default.css
@@ -0,0 +1,79 @@
+/* CSS
+ *
+ * repository.css -- This file extends `base-app.css' to provide
+ * specific visual style to Texi2HTML output.
+ *
+ * Copyright (C) 2009-2011 Alain Reguera Delgado
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA.
+ * ----------------------------------------------------------------------
+ * $Id$
+ * ----------------------------------------------------------------------
+ */
+
+/* Define default visual style.
+-------------------------------*/
+@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/default.css");
+@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/base.css");
+@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/headings.css");
+@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/paragraphs.css");
+@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/links.css");
+@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/pagelines.css");
+@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/lists.css");
+@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/quotation.css");
+@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/forms.css");
+@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/ads.css");
+
+/* Texi2html specific definitions.
+----------------------------------*/
+div#page-body div#content {
+ padding-top: 5px;
+ padding-bottom: 5px;
+ background-color: #FFF;
+ }
+
+table {
+ margin-top: 0px;
+ }
+
+div#content table tr td,
+div#content table tr th {
+ border:none;
+ }
+
+div#content pre.example {
+ padding: 0.5em 1em;
+ }
+
+div#content p img {
+ margin-right: 10px;
+ margin-top: 10px;
+ padding: 5px;
+ border: 1px solid #DADADA;
+ }
+
+div#content table.navibar {
+ margin-top: 20px;
+ border-bottom: 1px solid #f8f8f8;
+ }
+
+div#content p.credits {
+ font-size: small;
+ }
+
+div#content dl {
+ margin-left: 1.5em;
+ }
diff --git a/Manuals/Repository/Texinfo/repository.css b/Manuals/Repository/Texinfo/repository.css
deleted file mode 100755
index 32b7b37..0000000
--- a/Manuals/Repository/Texinfo/repository.css
+++ /dev/null
@@ -1,79 +0,0 @@
-/* CSS
- *
- * repository.css -- This file extends `base-app.css' to provide
- * specific visual style to Texi2HTML output.
- *
- * Copyright (C) 2009-2011 Alain Reguera Delgado
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- * USA.
- * ----------------------------------------------------------------------
- * $Id$
- * ----------------------------------------------------------------------
- */
-
-/* Define default visual style.
--------------------------------*/
-@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/default.css");
-@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/base.css");
-@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/headings.css");
-@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/paragraphs.css");
-@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/links.css");
-@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/pagelines.css");
-@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/lists.css");
-@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/quotation.css");
-@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/forms.css");
-@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/ads.css");
-
-/* Texi2html specific definitions.
-----------------------------------*/
-div#page-body div#content {
- padding-top: 5px;
- padding-bottom: 5px;
- background-color: #FFF;
- }
-
-table {
- margin-top: 0px;
- }
-
-div#content table tr td,
-div#content table tr th {
- border:none;
- }
-
-div#content pre.example {
- padding: 0.5em 1em;
- }
-
-div#content p img {
- margin-right: 10px;
- margin-top: 10px;
- padding: 5px;
- border: 1px solid #DADADA;
- }
-
-div#content table.navibar {
- margin-top: 20px;
- border-bottom: 1px solid #f8f8f8;
- }
-
-div#content p.credits {
- font-size: small;
- }
-
-div#content dl {
- margin-left: 1.5em;
- }