.whiteButton {
    background: #f2f2f2;
    width: 350px;
    height: 90px;
    color: #000000;
    font-size: 24px;
    font-family: sans-serif, serif, monospace;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 1px;
    text-decoration: none;
}

.whiteButton:hover {
    background: #e6e6e6;
    text-decoration: none;
}

.blueButton {
    background: #568bf5;
    width: 350px;
    height: 90px;
    color: #FFFFFF;
    font-size: 24px;
    font-family: sans-serif, serif, monospace;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 1px;
    text-decoration: none;
}

.blueButton:hover {
    background: #3d7bf5;
    text-decoration: none;
}

.redButton {
    background: #e62222;
    width: 350px;
    height: 90px;
    color: #FFFFFF;
    font-size: 24px;
    font-family: sans-serif, serif, monospace;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 1px;
    text-decoration: none;
}

.redButton:hover {
    background: #c21d1d;
    text-decoration: none;
}

.brownButton {
    background: #946440;
    width: 350px;
    height: 90px;
    color: #FFFFFF;
    font-size: 24px;
    font-family: sans-serif, serif, monospace;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 1px;
    text-decoration: none;
}

.brownButton:hover {
    background: #6b4931;
    text-decoration: none;
}

.greenButton {
    background: #5fba5f;
    width: 350px;
    height: 90px;
    color: #FFFFFF;
    font-size: 24px;
    font-family: sans-serif, serif, monospace;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 1px;
    text-decoration: none;
}

.greenButton:hover {
    background: #509950;
    text-decoration: none;
}

.orangeButton {
    background: #f56d2e;
    width: 350px;
    height: 90px;
    color: #FFFFFF;
    font-size: 24px;
    font-family: sans-serif, serif, monospace;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 1px;
    text-decoration: none;
}

.orangeButton:hover {
    background: #d65c28;
    text-decoration: none;
}