/*
body
{
	margin: 25px;
	background: #d3dbfa;
	font-family: arial;
	font-size: 10px;
	width: 100%;
}
*/
#border
{
	border: 10px solid #641B17;
	width: 520px;
	height: 400px;
	background: black;
}
#controls
{
	width: 520px;
	text-align: center;	
}
#controls a:link, #controls a:visited
{
	text-decoration: none;
	color: #336699;
	font-size: small;
  font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
#controls a:hover
{
	color: black;
}
