dfn {
    font-style: normal;
    border-bottom: #666 dashed 1px;
}

form {
    margin-left: 5%;
    width: 90%;
}

form p {
    line-height: 200%;
}

form select {
    margin-right: 1em;
}

span.keep {
    white-space: nowrap;
}

#result {
    width: 90%;
    margin: 3ex 5%;
    border: solid #ccc 1px;
    background: #eed;
}

#result p {
    margin: 2ex 2em;
}

#result p a {
    text-decoration: none;
    font-size: 90%;
}

#footer {
    display: block;
    position: relative;
    height: 40px;
    border-top: solid #999 1px;
    margin-top: 3ex;
}
#footer #copy {
    display: block;
}
#footer #valid {
    display: block;
    position: absolute;
/*    width: 88px; */
    right: 0;
    top: 0;
}
#footer #valid a img {
    margin-top: 4px;
    border: 0;
}
#footer #home {
    display: block;
}

pre {
    border: 1px dotted #999;
    font-size: 75%;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 6px;
}
