@charset "utf-8";
body {
	background-color: #ffffff;
	margin:0;
	}

#box {
	background-color: #000066;
	margin-left:200px;
	text-align:center;
	width: 600px;
	color:#FFFF00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;

}

.photo {
	color: #FFFF00;

}
#box h1 {
	font-size: 24px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	margin-top:10px;
}

