.h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26pt;
    font-style: normal;
    font-weight: bold;
    color: #017396;
    text-align: center;
}

.h2 { font-family: Arial, Helvetica, sans-serif; font-size: 22pt; font-style: normal; font-weight: normal; color: gray ; }

.h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24pt;
    font-style: normal;
    font-weight: normal;
    color: white;
    text-align: center;
}

.h4 { font-family: Arial, Helvetica, sans-serif; font-size: 22pt; font-style: normal; font-weight: bold; color: white ; }

.h5 { color: gray; font-family: Arial, Helvetica, sans-serif; font-size: 22pt; font-style: italic; font-weight: bold; text-decoration: none; text-align: left  }
element { background-position: center top; }
a:link { color: #CCC; }
a:visited { color: #CCC; }
a:hover { color: white; }
a:active {
    color: #017396;
}
a { color: #CCC !important; }
