@charset "utf-8";
@import "colors.css";
#page {
    width: 50em;
    margin: auto;
}
#header {
    font-size: x-large;
    text-align: center;
}
#main {
    /*border: 2 double brown;
    background: tan;
    color: black;*/
}
#footer {
    /*border: 2 double brown;
    background: tan;
    color: black;*/
    font-size: small;
    text-align: center;
}
