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


header {
    background:#ba143f;
	color:#fff;
	text-align:center;
	font-size:190%;
	line-height:100%;
	font-weight:bold;
	padding:5px 0 10px;
}
#txt{
	font-size: 18px;
	color: yellow;
}

