@charset "utf-8";
/* CSS Document */

body{
 background:#000000;
 text-align:center;
 }
h1{
	font-size:12px;
	color:#FFFFFF;
	}
#BOX{
	width:700px;
	background:#FFFFFF;
	margin:0 auto 0 auto;
	text-align:left;
	}
p{
	margin-left:40px;
	}
#FOOT{
	margin:1em;
	font-size:12px;
	}
#FOOT a{
	color:#FFFFFF;
	text-decoration:underline;
	}
#FOOT a:hover{
	text-decoration:none;
	}
