/* Codehackers */

body {
    background-color:FFFFFF;
}

#salesPitch {
    width: 600px;
    font-size: 1em;
    font-family: arial, sans-serif;
    padding-top: 20px;
    background-color: #FFFFFF;
    position: relative;
    left: 100px;
}

#salesPitchNew {
    font-size: 1em;
    font-family: arial, sans-serif;
    padding-top: 20px;
    background-color: #FFFFFF;
}

#broughtToYouBy {
    font-size: 0.75em;
    font-family: arial, sans-serif;
    text-align: right;
}

#moreinfo {
    text-align: left;
}

#downloadOrPurchase {
    font-size: 0.75em;
    font-family: arial, sans-serif;
}

a.disclosure {
    color: #000000;
    text-decoration: none;
}

a.disclosure:hover {
    color: #000000;
    text-decoration: underline;
}