a.menu {
color: #000000;
text-decoration:none;
font-size: 12px;
font-weight: bold;
}
A:hover.menu {
text-decoration: underline;
}

p.footer {
color: gray;
font-weight: bold;
font-family: garamond;
font-size: 12px;
}

a.body {
color: #000000;
text-decoration:none;
font-size: 14px;
font-weight: bold;
}
A:hover.body {
text-decoration: underline;
}

p.body {
color: black;
font-weight: normal;
font-family: garamond;
}