/* $Id: style.css,v 1.6 2009/01/14 12:04:25 hideishi Exp $  */
body		{font-size: 10pt;
		font-family: sans-serif;
		background-color: #F0F0F0;
		background-image: url(images/metal.jpg);
		background-position: center;
		background-attachment: scroll;
		color: #101010; }
pre		{white-space: pre;
		padding: 0.5em;
		border-color: #efefef;
		border-style: inset;
		border-width: 2px; }
em		{font-weight: bold; }
.red		{color: #FF0000; }
a:link		{text-decoration: none; color: #303030; }
a:visited	{text-decoration: none; color: #404040; }
a:active	{text-decoration: none; color: #202020; }
a:hover		{text-decoration: underline; color: #202020; }

