.currentVideo {
    background: #d22527 none repeat scroll 0 0;
    border: 2px solid #008e46;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 12pt;
    font-weight: bold;
    margin: 5px auto 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 98%;
}
.currentVideo:hover {
    background: #b20507;
    color: #ffffff;
    text-decoration: none;
}