﻿body {
    font-family:'Segoe UI', Tahoma, sans-serif;
    background-color: #f7d2aa
}
p {
    color: navy;
}

/* The background color is extending across the page,
    so I have commented it out for now. */
figcaption {
    color: navy;
    font-weight: bold;
    background-color: #AAEEFF;
    display:inline;
}
.sale {
    font-weight: bold;
    background-color: #AAEEFF;
}
#sidenote {
    background-color: #DDDDDD;
    display:inline;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    font-weight: bold;
    font-family: 'Palatino Linotype','Times New Roman', serif;
}