<!--
body{
	/*text format*/
	background-color: #C0C0C0;
	font: 12pt Comic Sans MS;
	color: #003300;

	/*scrollbar format*/
	scrollbar-face-color:C0C0C0;
	scrollbar-arrow-color:000000;
	scrollbar-track-color:999999;
	scrollbar-shadow-color:'999999';
	scrollbar-highlight-color:'999999';
	scrollbar-3dlight-color:'000000';
	scrollbar-darkshadow-Color:'000000';

}
	/*links format*/
	A:link {
	color: #003300;
	text-decoration: underline;}
	A:visited {
	color: #003300;
	text-decoration: underline;}
	A:active {
	color: #003300;
	text-decoration: underline;}



}
-->
