                    table {
                        font-family: Arial, Helvetica, sans-serif;
                    }

                    table tr td.dividingline {
                        border-bottom: 1px solid lightgrey;
                        font-size: 13px;
                        padding: 0;
                    }

                    th {
                        text-align: left;
                        font-weight: bold;
                        font-family: sans-serif;
                        padding: 3px;
                    }

                    td {
                        padding: 3px;
                    }

                    a {
                        color: #999;
                        text-decoration: none;
                    }

                    a[href]:hover {
                        text-decoration: none; 
                        color: black; 
                    }
