body {
background:#333333 

scrollbar-arrow-color: #000000;
scrollbar-base-color: #333333;
scrollbar-track-color: #333333;
scrollbar-face-color: #333333;
scrollbar-highlight-color: #999999;
scrollbar-darkshadow-color: #666666;
scrollbar-shadow-color: #666666;

 
align: center;
	font-color: #cccccc;
	font-family: "century gothic", verdana;
	font-size: 12pt; 
	text-align: justify 
	}

h1 {color: cccccc; font-family: century gothic, verdana, arial; font-size: 12pt; font-weight: 700; text-align: center;}
h2 {color: cccccc; font-family: century gothic, verdana, arial; font-size: 10pt; font-weight: 400; text-align: center;}
h3 {color: cccccc; font-family: century gothic, verdana, arial; font-size: 10pt; font-weight: 400; text-align: center;}
	

body
	{color: #000000;
	width:720px; 
	background-color: #333333;
	font-family: century gothic, verdana, arial;
	font-size: 12pt;
	text-align: center;
	margin-top:2pt;
	margin-left: 2pt;
	}
	
	
td

{font-color: "cccccc;
background-color: #333333:
font-family: century gothic, verdana, arial;
font-size: 12pt;
}

a {color: cccccc; font-family: century gothic, verdana, arial;}



<script language="JavaScript"> 
<!-- 
var message="Copyright © "; 
function click(e) { 
if (document.all) { 
if (event.button == 2) { 
alert(message); 
return false; 
} 
} 
if (document.layers) { 
if (e.which == 3) { 
alert(message); 
return false; 
} 
} 
} 
if (document.layers) { 
document.captureEvents(Event.MOUSEDOWN); 
} 
document.onmousedown=click; 
// --> 
</script>


