cc1 a:link,cc1 a:visited
{
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
width:250px;
height:150px;
text-align:center;
padding:4px;
text-decoration:none;
}
cc1 a:hover,cc1 a:active
{
background-color:#7A991A;
}
cc1 a
{
color:Yellow;
font-size:17px;
text-align:center;
font-weight:bold;
width:250;
height:150;
text-align:center;
padding:4px;
text-decoration:none;
}
cc1 img
{
background-color:#0000FF;
width:250;
height:150;
box-shadow:7px 7px black;
}
table
{
border-radius:5px;
}
td
{
border-radius:5px;
}
cc1 img
{
border-radius:5px;
}
td
{
background-color:#0000FF;
width:250;
height:150;
box-shadow:7px 7px black;
}
cc1 img
{
width:250;
height:150;
background:red;
transition:width 2s, height 2s, transform 2s;
-webkit-transition:width 2s, height...