* {
margin: 0;
padding: 0;
}

body {
background-color: #f5f5f5;
text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
position: relative;
width: 540px;
margin: 10px auto;
padding: 100px;
}

h1 {
font-size: 24pt;
font-weight: normal;
/*
background-color: #dcdcdc;
border-bottom: 1px dashed #800000;
*/
padding: 10px 0;
}

h3 {
font-size: 12pt;
margin: 30px 0;
color: #800000;
}

h4 {
text-align: left;
margin-bottom: 10px;
font-size: 10pt;
text-transform: uppercase;
}

p {
font-size: 10pt;
text-align: left;
margin: 5px 0;
}

p em {
background-color: #dcdcdc;
color: #0000ff;
padding: 0 3px;
font-style: normal;
}

.red {
color: #ff0000;
font-size: 8pt;
}

.links {
text-align: center;
margin: 20px 0;
font-size: 16pt;
}

.footer {
margin-top: 100px;
font-size: 8pt;
text-align: right;
color: #999;
}

a {
color: #800000;
}
a:hover {
color: #ff0000;
text-decoration: none;
}

.delete {
text-decoration: line-through;
}