#content a {
font-size: 120%;
font-weight: bold;
text-decoration: underline;
}
#content a:hover {
text-decoration: none;
}
#content p {
padding: 5em 2em;
border: 1px solid #000;
background-color: #ffffcc;
}