<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
			/*background-image:url("./hoge.gif");*/
			background-color:eee0aa;
			margin:12px;
			}

H1{
		color:darkred;
		font-style:italic;
		background:lightblue;
		border-style:groove;
		}
		
p{background:;}

pre{
		background-color:eee0aa;
		white-space: 
		pre;padding:5px;
		/*border-style:solid;
		border-width:thin;
		border-right:;
		border-bottom:;*/
		}

A:link{color:0066cc;text-decoration:none;}
A:visited{color:ff3300;text-decoration:none;}
A:active{color:ffffff;text-decoration:underline;}
A:hover{color:000000;text-decoration:underline;}
</pre></body></html>