﻿p.normalButton a {
    border: 1px solid #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        color: White;
        background-color:#AD3B42;
        display: block;
        padding: 3px 2px 2px 3px;
        background-repeat: no-repeat;
    } 

p.normalButton a:hover, p.normalButton a:active {
    background-color: #333333;
    color: #FFFFFF;
    background-repeat: no-repeat;
} 
