body {
    font-family: "Open Sans", sans-serif;
    margin: 20px;
    color: #555;
    max-width: 7in;
}
h1, h2 {
    font-family: 'Marcellus', serif;
    font-weight: 400;
}
.sub {
    font-size: 12pt;
    font-style: italic;
}
ul, p {
    font-size: 14pt;
}
ul {
    list-style-type: square;
}
img {
    width: 200px;
    height: 200px;
    float: right;
    border: 5px solid #555;
}
p.citation {
   font-size: 10pt;
   margin: 5px 0;
}
a {
    color: #fe2d5b;
    text-decoration: none;
}
a:visited {
    color: #fe2d5b;
    text-decoration: none;
}
a:hover {
    border-bottom: 1px dotted #fe2d5b;
}
a:active {
    border-bottom: 1px dotted #fe2d5b;
}
a.external {
    color: #555;
    text-decoration: none;
}
a.external:visited {
    color: #555;
    text-decoration: none;
}
a.external:hover {
    border-bottom: 1px dotted #999;
}
a.external:active {
    border-bottom: 1px dotted #999;
}
.tip ul, .tip p {
    font-size: 12pt;
}
