<style type="text/css">
<!--
html {
	background: #ffffff;
}
#SiteFrame {
	background-color: #ffffff;
	width: 768px; /* sets the width of the wrapper compliant browsers*/
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	border: 0px none;
	border: 0px dotted #ff00ff;
	color: black; 
  text-align: center; 
  font-size: 20pt
}

html>body #SiteFrame { /* FF, Opera + Non IE */
	background-color: #ffffff;
	width: 768px; /* sets the width of the wrapper for compliant browsers*/
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	border: 0px none;
  color: black; 
  text-align: center; 
  font-size: 20pt
}
-->
</style>