<!DOCTYPE html>
<html>
<head>
<style>
.text {
    font-family: "Verdana", Geneva, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: black;
}
.title {
    font-family: "Verdana", Geneva, sans-serif;
    font-size: 120%;
    font-weight: bold;
    color: black;
}
.subtitle {
    font-family: "Verdana", Geneva, sans-serif;
    font-size: 100%;
    color: black;
    text-decoration:underline; 
}
.list {
    font-family: "Verdana", Geneva, sans-serif;
    font-size: 80%;
    color: black; 
}
.border {
    border-style: solid;
    border-color: #DCDCDC;
    border-radius: 10px;
}
</style>
</head>
<body>