
a:active {
     color:          teal;
     text-decoration: none }

a:hover {
     color:           fuchsia;
     text-decoration:  none;
     background-color: yellow }

a:link {
     color:          teal;
     text-decoration: none }

a:visited {
     color:          teal;
     text-decoration: none }

address { }

b {
     font-weight: bold }

body {
     background-color: white }

div { }

h1 {
     color:     navy;
     font-size:  x-large;
     text-align: center }

h2 {
     color:     navy;
     font-size:  large;
     text-align: center }

h3 {
     color:     navy;
     font-size:  medium;
     text-align: center }

h4 {
     color:     navy;
     font-size:  small;
     text-align: center }

h5 {
     color:     navy;
     font-size:  small;
     text-align: left }

i {
     font-style: oblique }

li {
     font-weight: bolder;
     text-align:   left }

ol {
     color: red }

p {
     font-family:  Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
     padding-right: 12pt;
     padding-left:  12pt }

small {
     font-size:  xx-small;
     font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
     text-align:  center }

table { }

td { }

th {
     font-weight: bold }

ul { }
