@charset "Shift_Jis";

body { 
	margin: 0; 
	padding: 0; 
	background-color: #ffc; 
	color: #000 }

a:link { 
	color: #03f; 
	background-color: inherit; 
	text-decoration: underline }

a:visited { 
	color: #069; 
	background-color: inherit; 
	text-decoration: underline }

h1 { 
	margin: 1em 60px; 
	font-size: x-large; 
	color: #069; 
	background-color: inherit }

p { 
	margin: 1em 60px }

p#footer { 
	margin-top: 3em; 
	font-weight: bold; 
	text-align: center }

pre { 
	margin: 3em 60px 1em; 
	font-size: 1em; 
	text-align: left; 
	white-space: pre }

