﻿.coins { 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}



ul.wow {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li.wow {
    float: left;
}


a:link.wow, a:visited.wow {
    display: block;
    width: 150px;
    font-weight: bold;
    color: #0080ff;
    background-color: #ffffff;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover.wow, a:active.wow {
    background-color: #ffffff;
    font-weight: bold;
    color: #0080ff;
    background-color: #0080ff;

}

