
.rounded{
border: 2px solid orange;
border-radius: 25 px;
width:150px;
padding:10px;
text-align:center;
}
.shadow{ 
background-color: #EEEEEE; 
box-shadow:3px 3px 3px 2px #797979; 
width: 150px; 
padding: 10px;
}

li[id^="id2"]{
    color: red;
}

li[id$="30"]{
    background-color: #DFDFEF ;
}


li[id^="id3"]{
    color: green;
}
li[id="id20"]{
    text-decoration: underline;
}


#textShad{ text-shadow: #aaa 2px 2px 2px; }


#gradient { background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E6C674),color-stop(1, #F7ECCA)); background-image: -moz-linear-gradient(center bottom , #E6C674 0pt, #F7ECCA 100%); height: 50px;}

#opac {background: rgba(217, 127, 185, .5); }

#col{-moz-column-count:3;-webkit-column-count:3;}

@font-face { src: url("test.ttf"); font-family: "myfont"; }

.font{font-family:"myfont";}