﻿a {
        
	color: #1d9d00;
	text-decoration:none;
}

  a:hover {
  color:#FF6766;
  text-decoration: none;
}



.tagcloud {
        float:left;
	width:200px;
        margin-top:10px;
        margin-right:10px;

    }

.tagcloud a {
        font-size:13px;
        color:rgba(249, 249, 249, 1);
        border-radius: 3px;
        background: rgba(49, 20, 243, 1);
        border-bottom:2px solid #888;
        margin:5px;
	padding:5px 5px 7px;
	float:left;

        -moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;


}

.tagcloud a:hover {
        color:#fff;
	background-color:#FF6766;
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
       
	
	
}


