#titleText p {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #3333ff;
    font-size: 20px;
    margin-top: 3px;
    margin-bottom: 10px;
}
#titleText p a {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #3333ff;
    text-decoration: underline;
}
#instructions {
    width: 540px;
    margin: 0 auto;
}
#reply {
    width: 540px;
    margin: 0 auto;
}
.i3 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #3333ff;
    font-size: 16px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #ffffcc;
    border-right-color: #3333ff;
    border-left-color: #3333ff;
    border-bottom-color: #3333ff;
    border-top-color: #3333ff;
    font-weight: bold;
}

#cardHolder {
    margin: 0 auto; 
    background-color: #ffffff; 
    border: 3px solid #ffff99; 
    width: 540px;
    height: 405px;
}

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

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

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

