.center {text-align: center}
.left {text-align: left}
.right {text-align: right}
a:active {color: green; background-color: white}
a:link, a:visited {color: blue; background-color: white}
a:hover {color: blue; background-color: yellow}
a.image:hover {color: blue; background-color: white}
a.nav:active, a.nav:visited, a.nav:link {color: blue; background-color: #66ccff}
a.nav:hover {color: blue; background-color: yellow}
a[href] {text-decoration: underline}
address {font-style: italic}
body {line-height: 1.33; font-family: "Arial", sans-serif; color: black; background-color: white; text-align: justify; padding: 8px}
em {font-style: italic}
h1, h2, h3, h4, strong {font-weight: bold; font-family: sans-serif; text-align: left}
h1 {font-size: 2em}
h2 {font-size: 1.5em}
h3 {font-size: 1.17em}
small {font-size: 0.83em}
sup {font-size: 0.83em; vertical-align: super}
td {text-align: justify}
th {font-weight: bold; text-align: center}
