body {

    margin-right: 10%;
    padding-left: 10%;
    color: #000000; 
    background: #EFEFF3;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
}

img {
    border : 0;
}

.centered {
    text-align: center;
}

.ingress {
    font-size: 120%
}

.footnote {
    font-size: 80%;
}

.contact {
    font-size: 80%;
}

li {
    padding-bottom: 0.2em;
    font-size: 90%;
}

a {
    text-decoration: underline; 
}

a:link {
    color:#0022BB;
}

a:visited {
    color:#662266;
}

a:active {
    color:#FF2222;
}

a:hover {
    background: #CCCCCC;
}

textarea {
    width: 100%;
}


