body {
    line-height: 1.5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: none;
    font-size: 12pt !important;
}

.content {
    margin: 0;
    padding: 0;
    border: 0;
    float: none !important;
    color: black;
    background: transparent none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Helvetica Neue", "Lucida Grande", sans-serif;
}

h1 {
    font-size: 16pt;
}

h2 {
    font-size: 14pt;
}

h3, h4 {
    font-size: 12pt;
}

ul {
    list-style: none;
    padding: 0;
}

img {
	margin-top: 18px;
}

nav, aside, .tools, .rotate, form, ol:last-of-type, footer[role="contentinfo"] {
    display: none;
}

header[role="banner"] img {
    float: right;
    border: none;
}

.row:first-of-type {
	margin-top: 50px;
}

code {
    font: .9em "Courier New", Monaco, Courier, monospace;
}

blockquote {
    margin: 1.5em;
    font-style: italic;
    font-size: .9em;
}

a:link, a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
}