body { background-color: #F5F5DC;
      color: #2E0000;
    font-family: Verdana, Arial, sans-serif;
}
nav { font-weight: bold;
}
nav a { text-decoration: none;
}
header { background-color: #D2B48C;
}
h1 { font-family: Georgia, "Times New Roman", sans-serif;
}
h2 { font-family: Georgia, "Times New Roman", sans-serif;
}
h3 { background-color: #E6D6A9;
    text-transform: uppercase;
}
dt { font-weight: bold;
}
ul { list-style-image: url(marker.webm);
}
footer { background-color: #D2B48C;
       color: #000000;
    font-size: .60em;
    font-style: italic;
    text-align: center;
}	   
