<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, * {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 15px;
    color: #444;
    font-weight: 300;
}

a, a:hover, a:link, a:selected {
    font-size: 15px;
	color: #013558;
	text-decoration: underline;
}

table {
    width: 100%;
}

em {
    font-weight: inherit;
}

table td {
    /*border:1px solid grey;*/
    vertical-align: middle;
    padding: 6px;
    font-size: 15px;
}

table td p {
    font-size: 15px;
    margin: 0;
    text-align: center;
    color: inherit;
}

table td em {
    font-size: 12px;
    text-transform: lowercase;
    background-color: #013558;
    color: white;
    padding: 3px 6px;
    border-radius:4px;
    font-style: normal;
    margin: 6px 0 0 0;
    display: inline-block;
}

ul {
    font-size: 15px;
    list-style: square;
    padding-left: 20px;
    margin-bottom: 20px;
}

ul li {
    font-size: 15px;
    font-family: 'Lato', Arial, sans-serif;
    font-size: inherit;
    list-style: square;
}

h1 {
    font-size: 20px;
    text-transform: none;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
    padding: 0 !important;
}

h2 {
    font-size: 17px;
    text-transform: none;
    font-weight: 700;
}

h6 {
    font-size: 20px;
    text-transform: uppercase;
    background-color: #013558;
    color: #FFFFFF;
    padding: 5px 8px;
    border-radius:4px;
    font-style: normal;
    margin: 6px 0 0 0;
    display: inline-block;
    text-shadow:none;

}</pre></body></html>