h1{
    color:darkblue
}

.button {
    background-color: #0000ff;
    width: 15em;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
    font: 16px verdana;
    border: solid thin #000000;
    font-weight: italic;
    padding: .5em;
    -webkit-border-radius: .7em; -moz-border-radius: .7em;
    border-radius: .7em; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e9ede8), to(#2b1cce), color-stop(0.4, #0b568c));
}

