body {
    background-color: #111111;
    color: #888888;
}

body.main {
    text-align: center;
}

body.photo {
    font-size: 120%;
}

body.poetry {
    text-align: center;
}

h1 {
    color: #ff6021;
    text-align: center;
}

A:link {
    color: #555555;
    text-decoration: none;
}

A:visited {
    color: #aa1111;
    text-decoration: none;
}

A:hover {
    /*
    background: #008800;
    color: #000000;
    */
    text-decoration: underline overline;
}

A:active {
    color: #FF0000;
    text-decoration: underline overline;
}

blockquote.quote {
    font-family:"French Script MT";
    font-size: 150%;
} 

.button {
    border: 0;
}

.poemtitle {
    color: blue;
    font-size: 150%;
}


.poembody {
    font: arial;
    font-size: 100%;
}

.footer {
    font-size: 75%;
}

table.main_menu {
    text-align: center;
}
