<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a { 
color: #191970; text-decoration: underline;
}
a:hover {color: #dc143c; text-decoration: underline;
}
a:active { color: #333333; text-decoration: underline;
}

html body div h1{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	line-height : 120%;
}

html body div#box01{
	float: senter;
	width: 462px;
	height: 200px;
	background-color: #ffffff;
/*	
	border: 1px;
	
	padding: 10px 20px;
*/	
}

html body div div#main11 { color: #333333; font-size: 12px; line-height: 160% }
</pre></body></html>