
body {
    font-family: "Calibri", "Trebuchet MS", sans-serif;
    color: #222;
    margin: 0;
    padding: 1em 2em 5em;
    line-height: 130%;
}

a.button {
    display: block;
    background-color: #53BA20;
    border: 1px solid #4B8F22;
    color: white;
    text-shadow: #386B1A 1px 1px 1px;
    padding: .3em .8em .4em;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    behavior: url('border-radius.htc');
    width: 7em;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#66CA2D), to(#55C117), color-stop(0.5, #4CAE1A), color-stop(0.5, #42A212));
    box-shadow:1px 1px 4px gray;
    -webkit-box-shadow:0px 0px 0px #498F21;
    -moz-box-shadow: 1px 1px 4px gray;
    text-decoration: none;
    margin: 2em 1em;
}

h1 {
    color: #444;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding: 0 .2em .4em;
    margin: 1em 0;
    text-shadow: 1px 1px 1px #ddd;
}

p {
    margin: 1.6em 0;
    border-left: 1px solid #ddd;
    padding: 0 .7em;
}

a {
    color: #46a;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

acronym {
    border-bottom: 1px dotted silver;
    cursor: help;
}
