body {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.5;
    color: #333;
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px; }

a {
    color: #2980b9; }

h1 {
    font-size: 2.5em;
    margin: 0px;
    color: #2c3e50;
    line-height: 1.1; }

h2 {
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    color: #2980b9;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px; }

h3 {
    margin-bottom: 5px;
    color: #34495e; }

.contact {
    font-size: 0.85em;
    color: #666;
    float: right;
    text-align: right; }

.contact span {
    display: inline-block;
    white-space: nowrap; }

.date {
    color: #7f8c8d;
    font-weight: normal;
    font-size: 0.9em; }

ul {
    margin-top: 5px; }

li {
    margin-bottom: 8px; }

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px; }

th, td {
    text-align: left;
    padding: 12px;
    border-bottom: 1px solid #ddd;
    vertical-align: top; }

th {
    background-color: #f9f9f9;
    width: 33%; }

tbody td {
    padding-left: 32px; }
