/* styles.css */

body, p, h1, h2, h3, h4, h5, h6, span, div, a, li, td, th {
    font-family: 'Arial', sans-serif;
}
 table {
            margin: 0 auto;
            border-collapse: collapse;
            width: 80%;
            margin-bottom: 20px;
        }

        th, td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }

        th {
            background-color: #f2f2f2;
        }


a {
    color: #474747;
}

a:visited {
    color: #474747;
}


form input[type="text"]  {
    width: 400px;
}



        body {
            font-family: Arial, sans-serif;
            margin: 40px;
            line-height: 1.6;
        }
        .section {
            margin-bottom: 30px;
        }
        .underline {
            display: block;
            border-bottom: 1px solid #000;
            width: 100%;
            margin: 30px 0;
        }
        .note {
            font-style: italic;
        }
