@charset "utf-8";
/* CSS Document */
.div_text_shadow 
{
color: rgb(145, 255, 189);
font-size: 25px; font-weight:bold;
background-color: rgb(120, 120, 120);
text-shadow: rgb(3, 3, 3) 2px 2px 2px;
}

