body {
 font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
 font-size: 15px;
 margin: 80px 120px;
 }
h1, h2, h3 {
 font-weight: normal;
 padding: 0;
}
h1 {
 font-size: 50px;
 color: #d44;
 margin: 6px auto 0 auto;
 text-align: center;
}
h2, .links, .homeward {
 /* text-transform: uppercase; */
 font-weight: bold;
}
h2 {
 font-size: 20px;
 margin: 11px auto 24px auto;
 text-align: center;
 color: #888;
}
.links {
 float: right;
 margin-right: 20px;
 color: #666;
}
.links ul, .homeward ul {
 list-style: none
}
.hometop {
 text-align: center;
}
.hometop li {
 display: inline;
 list-style-type: none;
 text-transform: uppercase;
 font-size: 18px;
}
h3 {
 font-size: 20px;
 margin: 0 0 18px 0;
}
p {
 margin: 0 0 15px 0;
}
.robbery p {
 margin: 0;
}
div.robbery {
 margin: 0 0 15px 0;
 padding: 0 15px 0 15px;
}
#home {
 width: 50%;
 margin: 24px 25% 24px 25%;
}
#main {
 width: 66%;
 margin: 24px 17% 24px 17%;
}
blockquote {
 font-style: italic;
}
a {
 text-decoration: none;
}
p {
 color: #e22;
 cursor: pointer;
}
a:link {
 color: #e22;
}
a:visited {
 color: #e22;
}
dt {
 font-weight: bold;
 color: #666;
}
