.text08  { font-size: 8px; text-decoration: none }
.text09  { font-size: 9px; text-decoration: none }
.text10  { font-size: 10px; text-decoration: none }
.text11  { font-size: 11px; text-decoration: none }
.text12  { font-size: 12px; text-decoration: none }
.text13  { font-size: 13px; text-decoration: none }
.text14  { font-size: 14px; text-decoration: none }
.text15  { font-size: 15px; text-decoration: none }
.text16  { font-size: 16px; text-decoration: none }
.text17  { font-size: 17px; text-decoration: none }
a.link01 { text-decoration: none }
a.link01:active { text-decoration: none }
a.link01:hover { color: white; text-decoration: none; background-color: blue }

div.title {
    position: relative;
}

.button.primary {
    background: #2D9CDB;
    color: #fefefe;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
