body {

baackground: #DDD;

}

.icon-big {

background: #0074CC;
margin: 15px 15px 2px 15px;
box-shadow: 0px 0px 5px #333;
border-radius: 5px;
width: 80px;
height: 80px;

}

li.apps img {

opacity: 0.9;

}

li.apps:hover img {

opacity: 1;

}

applist {

margin: 5px;
padding: 0px;
text-align: center;

}

li.apps {

text-shadow: 0px 1px 1px #222, 0px -1px 1px #222, 1px 0px 1px #222, -1px 0px 1px #222;
list-style: none;
display: inline-block;
text-align: center;
padding-bottom: 10px;
color: #FFF;
font-weight: bold;
font-size: 12px;

}

li.apps:hover img {

/*background: #f1f1f1;
border-radius: 5px;*/
box-shadow: 0px 0px 5px black;
text-shadow: 1px 1px 5px black;

}

li.apps:hover {

text-shadow: 0px 1px 2px #000, 0px -1px 2px #000, 1px 0px 2px #000, -1px 0px 2px #000;

}