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

/* story */
.story-text{
    font-weight: bold;
	font-size: 1.8em;
    color: rgba(255,255,255,1.00);
    text-shadow: 0px 0px 10px #000000 , 0px 0px 10px #000000 , 0px 0px 10px #000000;
}
.story-text em{
	color: rgb(255, 255, 58);
}
