body
	{
	font-size: 11pt;
	color: black;
	background-color: cyan;
	background-image: url(../gazo/bg03.gif);
	}
a:link,a:visited,a:hover
	{
	font-size: 11pt;
	text-decoration: none;
	}
a:link,a:visited
	{
	color: orangered;
	}
a:hover
	{
	color: blue;
	}
h1
	{
	font-size: 36pt;
	color: lime;
	background-color: yellow;
	border: groove medium cyan;
	border-width: 8px;
	padding: 4pt;
	text-align: center;
	}
h2
	{
	font-size: 16pt;
	text-align: center;
	}
p
	{
	font-size: 11pt;
	color: black;
	text-align: justify;
	text-justify: distribute;
	line-height: 14pt;
	padding: 6pt;
	}
.main
	{
	text-align: center;
	}
.red
	{
	color: red;
	}
table
	{
	margin-left: auto;
	margin-right: auto;
	}
table.stuff
	{
	margin-left: auto;
	margin-right: 0;
	}
td.caption
	{
	width: 142px;
	vertical-align: top;
	}
.right
	{
	text-align: right;
	}
.center
	{
	text-align: center;
	}
