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

.decora{font-size:18px;padding:5px;margin-left:5px;margin-right:5px;float:left;
background-color:#CE1548;color:#FFF;text-align:center;height:auto;border-radius: 10%;
        }
.decora a{  
font: bold 20px/26px arial, helvetica, sans-aerif;	
text-decoration: none;
text-align:center;	
color:#ccc;
background: #CE1548;	
width:auto;  
height:auto;	
/*display:block; */	
	}		
		
.decora a:hover{ background: #666; color:#FFF;border-radius: 10%;
border-bottom:#0080FF 6px; 
}


.decora a:active{ background-color: #00C; color: #FFF;border-radius: 10%;
border-bottom:#0080FF 6px; }

/*.decora a:visited{ background-color: #00C; color: #FFF;border-radius: 10%;
border-bottom:#0080FF 6px; }


p a:visited{background-color: #00C;}*/