.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #01C108;
    text-decoration: none;
}
.bullets {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #01C108;
    text-decoration: none;
    list-style-type: disc;
    list-style-position: outside;
}
.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}
a:link {
    color: #01C108;
}

a:visited {
    color: #01C108;
}