body {
    font-family: Verdana, sans-serif;
    font-size: x-large;
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 100%;
}

div#me {
    float: left;
    padding-right: 20px;
}

h1 {
    color: #193b82ff;
}

h2 {
    color: #193b82ff;
}

p {
    text-align: justify;
    hypens: auto;
}

h1 a {
    color: #193b82ff;
}

h1 a:hover {
    background-color: #193b82ff;
    color: white;
    text-decoration: none;
}

table {
    font-size: large;
}

table tr th {
    font-size: larger;
    font-weight: bold;
    color: #f9550dff;
}

table tr td {
    color: white;
    background-color: #f9550dff;
    padding: 10px;
}

table tr td a {
    color: white;
}

table tr td a:hover {
    color: #f9550dff;
    background-color: white;
    text-decoration: none;
}

ul {
    list-style-type: square;
}

ul li {
    padding: 5px;
}

ul li span.left {
    display: inline-block;
    width: 110px;
    text-align: left;
}

ul.contact {
    list-style-type: none;
}

div.quote {
    margin: 30px;
}
