body
	{
	font-family: "Arial";
	font-weight: plain;
	font-size: 12px;
	color: "#0000c0";
	background: "FFFFFF";

	background-repeat: repeat-y;
	SCROLLBAR-ARROW-COLOR: #0000FF;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-BASE-COLOR: #87CEFF;
	scrollbar-dark-shadow-color: #0000c0;
	}

HR
	{
	color: "#000099";
	width: "100%";
	height: 1;
	}

A:link
	{ 
	text-decoration: none; 
	color: "#0000c0";
	}  
A:visited
	{
	text-decoration: none;
	color: "#008000";
	}
A:active 
	{ 
	text-decoration: underline; 
	color: "#FF0000"; 
	}
A:hover
	{
	text-decoration: underline;
	color: "#800080";
	}

.copy
	{ 
	font-family: "Arial";
	font-weight: plain;
	font-size: 12px;
	color: "#0000c0";
	}

.main
	{ 
	font-family: "Arial";
	font-weight: plain;
	font-size: 36px;
	color: "#0000c0";
	}

.normal
	{ 
	font-family: "Arial";
	font-weight: plain;
	font-size: 16px;
	color: "#0000c0";
	}

.title
	{ 
	font-family: "Arial";
	font-weight: bold;
	font-size: 48px;
	color: "#0000c0";
	}