<style type="text/css">
html

{
    #page
{
<html>
<head>
<style type=”text/css”>
body
{
margin: 0;
padding: 0;
padding-top: 10px;
text-align: center;
} #sample_html 
#centered
{
width: 800px;
text-align: left;
border: 0px;
padding: 0;
margin: 0 auto;
} #sample_html 
</style>
</head>
<body>
<div id=”centered”>
<h1>Header</h1>
<p>
Your website content goes here. 
</p>
</div>
</body>
</html>
}
<!--
.style1 {
	color: #ffffff;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}
.style2 {
	color: #000000;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}
.style3 {
	color: #000000;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
.style4 {
	color: #a60001;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}
.menuLink {
	color: #a60001;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-decoration:none;
}
a.menuLink:hover {
	color: #aaaaaa;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-decoration:underline;
}
.table1 
{ 
border-right: 1px solid #000000; 
border-left: 1px solid #000000; 
border-top: 1px solid #000000; 
border-bottom: 1px solid #000000; 

} 
.table2 
{ 
border-right: 1px solid #000000; 
border-left: 1px solid #000000; 
border-top: 0px solid #000000; 
border-bottom: 1px solid #000000; 
} 
.table3
{ 
border-right: 0px solid #000000; 
border-left: 0px solid #000000; 
border-top: 0px solid #000000; 
border-bottom: 1px solid #000000; 
} 


-->
</style>