﻿@import url('https://fonts.googleapis.com/css?family=Lato');

body {
background-color: #ffffff;
color: #000000;
font-family: "Lato", sans-serif;
}

a:link {
color: #000000;
}

a:visited {
color: #000000;
}

a:hover {
color: #000066;
}

a:active {
color: #000000;
}

div {
background-color: #000000;
border-style: solid;
border-color: #ff0000;
}

h1 {
background-color: #000066;
text-align: center;
color: #ffffff;
padding-top: 8px;
padding-bottom: 8px;
font-size: 36px;
margin-top: 8px;
margin-bottom: 8px;
}

h2 {
color: #000066;
font-size: 24px;
margin-top: 0px;
margin-bottom: 4px;
}

p {
text-indent: 0px;
margin-top: 6px;
}

img {
text-align: center;
width: 50%;
border: 4px solid #000066;
}

td {
vertical-align: top;
}

table, tr, td {
padding: 0px;
border: 0px;
}