body{
	font-family: "Times", serif;
	background-color:#878A8F;
	}
div.main	{
	width: 920px;
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-color:gray;
	border-width: 1px;
	background-color:#FFFFFF;
	font-size: 14px;
	}
div#tout	{
	margin-left:20px;
	margin-right:20px;
	}
div#banner	{
	width: 920px;
	height: 114px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	background-color: gray;
	}
div#header	{
	margin-bottom:40px;
	}
img#mug	{
	float:left;
	border-style:solid;
	border-color:gray;
	border-width:1px;
	margin-right:20px;
	margin-top:5px;
	}
p#gototop	{
	text-align:center;
	}
a:link, a:visited    {
	color: #2459D4;
	text-decoration:none;
	}
a:hover {
	color: #4D9FA3;
	}
footer	{
	text-align:center;
	font-size:9pt;
	}