div {
    background-color:white;
    width: 500px;
    border: 5px dashed blue;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 20px;
    margin: auto;
}
body {
    background-color:ghostwhite;
}
p, ul {
    font-family:monospace;
}
/* Title of the site */
h1 {
    text-align:center;
    color:blue;
    font-family:georgia, serif;
}
/* Generic Header 2 */
h2 {
    font-family:monospace;

}
/* The "last updated" thingamamabobber*/
#status {
    font-family:monospace;
    font-size:14px;
    text-align:center;
    color:green;
}
#note {
    color:green;
    font-family:monospace;
}