@charset "utf-8";


body{
	color:#ffffff;
	background:#000000;
	text-align:center;
}



.title{
	background-color:#505050;
	text-align:center;
	font-family: serif;
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;


	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;

	margin: 20px auto;
}


.picture{
	border-bottom: 1px solid #999999;
	margin: 20px auto;
}

a {
  color: #ffffff;
}