@charset "utf-8";

body {background-color: #dfe3e6}

table {width: 1024px}

header 
{color: white; background-color: black; 
border-radius: 10px; margin-bottom: 4px; margin-top: 20px; padding: 10px}

header a:link {text-decoration: none; color: white}
header a:hover {text-decoration: none}
header a:visited {text-decoration: none; color: white}
    
a:hover img {border-color: lightgray}
a:link {text-decoration: none; color: #4a96ad}
a:visited {text-decoration: none; color: #4a96ad}
a:hover {text-decoration: underline; color: black}
a:active {text-decoration: none; color: #4a96ad}

p {margin-top: 8px; margin-bottom: 6px}
tr {vertical-align: text-top}
td {font: 1.1em "Segoe UI", san-serif; border-radius: 10px}

blockquote {font-size: 1em; margin-top: 10px; margin-bottom: 10px; margin-left: 20px; margin-right: 30px}

ul {font-size: 1em; margin-left: 10px; margin-right: 40px}
li {margin-top: 8px}
dt {margin-top: 8px}

h1 {font: 4em "Bookman Old Style", serif; text-align: center; margin-top: 1px; margin-bottom: 1px}
h2 {font-size: 2.2em; margin-top: 10px; margin-bottom: 8px}
h3 {font-size: 1.6em; margin-top: 8px; margin-bottom: 6px}
h4 {font-size: 1.2em; margin-top: 6px; margin-bottom: 4px}
h4 a:link {text-decoration: none; color: #aacccc}
h4 a:visited {text-decoration: none; color: #aacccc}
h4 a:hover {text-decoration: underline; color: #black}
h4 a:active {text-decoration: none; color: #aacccc}
h5 {font-size: 1em; margin-top: 12px; margin-bottom: 0px}

img {border-radius: 10px; border-color: black}

input[type=text] {border: none; background-color: #dfe3e6; margin-bottom: 4px;
padding-left: 6px; border-radius: 6px}

fieldset {background-color: #f4f4f4; font-size: .8em; border: none; border-radius: 10px; 
padding: 12px; margin-top: 10px}

.center {margin-left: auto; margin-right: auto}
.large {font-size: 1.4em; margin-top: 8px; margin-bottom: 6px}
.fineprint {font-size: .8em}
.redline {font-color: red}

