</style>
</head>
<body bgcolor="#ffffff">
+<div class="web-framework">
<xsl:apply-templates select="biglogo"/>
<xsl:apply-templates select="header">
- <xsl:with-param name="title" select="@title"/>
+<xsl:with-param name="title" select="@title"/>
</xsl:apply-templates>
<xsl:apply-templates select="section|menu"/>
<xsl:apply-templates select="footer"/>
+</div>
</body>
</html>
</xsl:template>
th.news { background: #222255; color: white; font-family: sans-serif; font-size: x-small; text-align: left; }
td.pagetitle { font-size: large; font-weight: bold; }
th { background: #002288; color: white; }
+
+/* CSS 2 (especially for Mozilla) and CSS 3 (according to the developmental spec) */
+.web-framework {
+ width:760px;
+ margin:0 auto;
+}