body {
color: #1b3f8b;
background-color: #cae1ff;
font-family: "Times New Roman", serif;
padding: 1% 10% 1% 5%;
}

h1{
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 2em;
font-style: italic;
margin-bottom: -0.25em;
}

div#content {
width:100%;
border-top: medium #1b3f8b solid;
border-left: medium #1b3f8b solid;
padding: 20px 0 0 20px;
}

p:first-child {
margin-top: 0;
}

a {
color: #191970;
background-color: inherit;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #5959ab;
background-color: inherit;
text-decoration: underline;
}

ol {
list-style-type:upper-roman;
}

ol ol {
list-style-type:upper-alpha;
}

ol ol ol {
list-style-type:decimal;}

ol ol ol ol {
list-style-type:lower-alpha;
}

ol ol ol ol ol {
list-style-type:lower-roman;
}

#p5links li {
margin-top: 5px;
}

h2{
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 1.5em;
font-style: italic;
}

ol.recipe {
list-style-type: decimal;
}

table#pumpkin, table#ginger {
border: 3px solid #1b3f8b;
margin-bottom: 10px;
}

td.title {
border-right: 2px solid #1b3f8b;
}

td.steps {
border-top: 2px solid #1b3f8b;
}

td.signature {
font-size: 80%;
font-style: italic;
text-align: right;
}