.link {
    font-weight: bold;
    color: rgb(0,132,87);
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
ul, ol {
    list-style-position: outside;
}
