a { /*add :link for external links*/
    text-decoration: none; /* don't underline links by default */
    outline-style: none;   /* don't put dotted box around clicked links */
}
a:hover {
    text-decoration: underline;
}

.poem {
    font-family: "Times New Roman", serif;
    font-size: 130%;
    white-space: pre;
    line-height: normal;
    text-align: left;
    /* border: 1px solid; */
    /* width: 50%; */
}
.title {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 2em;
}
.position {
    /* width: 474px; */
    margin-left: 25%;
    margin-right: 25%;
    /* border: 1px solid; */
}

body.red {
    background-image: url(images/red-bk.gif);
    background-repeat: repeat-y;
}
body.red a {
    color: red;
}

body.green {
    background-image: url(images/green-bk.gif);
    background-repeat: repeat-y;
}
body.green a {
    color: rgb(00,80,00);
}

body.blue {
    background-image: url(images/blue-bk.gif);
    background-repeat: repeat-y;
}
body.blue a {
    color: blue;
}

body.sky {
    background-image: url(images/sky-bk.gif);
    background-repeat: repeat-y;
}
body.sky a {
    color: rgb(99,184,241);
}

q {
    font-style: italic;
    margin: 0;
}

q.quotes {
    font-style: normal;
}

p.copyright {
    font-weight: bold;
    font-family: Arial, sans;
    font-size: 80%;
    text-align: center;
    margin-top: 2em;
}
