
body {
    background-color: #eea;
    color: #252;
    font-family: ariel, sans-serif;
    /* overflow: auto; */
    /* font-size: 12pt; */
    /* letter-spacing: .07em; */
}

h1 {
    font-size: 18pt;
    text-align: center;
}

/* .fb-like {
    overflow: visible;
} */

h2 {
    font-size: 16pt;
}
a:link {
    color: #44e;
}
a:visited {
    color: #11a;
}
p { text-indent: 5ex; }
table caption {
    font-weight: bolder;
    font-size: large;
    padding-top: 1ex;
    padding-bottom: .5ex;
}
table.borders td, table.borders th {
    outline-style: solid;
    outline-color: #252;
    border-style: solid;
    border-width: 2px;

}
blockquote {
    background-color: #ee4;
}

