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


*{
	background-color:#000000;

}

html{
    height:100%;
	width:100%;
}

.title {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.text {
	font-size: 12px;
	color: #333333;
}

.index {
	font-size: 12px;
	color: #333333;
	display: block;
	text-align: center;
	
}
