body { margin: 0px; background-color: #ffffff; }

#cardHolder {
    background-color: #ffffff;
    border: 3px solid #0066ff;
    width: 400px;
}

a {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #3366ff;
    
}

a:link, a:visited
{
    color: #3366ff;
    text-decoration: underline;
}

a:hover
{
    color: #3399ff;
    text-decoration: none
}

#footer {
    font-family: Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    background-color: #0066ff;
    height: 75px;
    padding-top: 30px;
}

#footer a:link, #footer a:visited
{
    color: #ffffff;
    text-decoration: underline;
}

#footer a:hover
{
    color: #ffffcc;
    text-decoration: none
}

.card_wings {

    border: 3px solid #0066ff;
    width: 250px;
    padding: 5px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

.card_wings_title {

    border-bottom: 3px solid #0066ff;
    width: 220px;
    padding: 5px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}
