body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 20px;
    color: #333;
}

h1 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 2px;
}

p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 800px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

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

th {
    font-size: 16px;
}

td {
    font-size: 14px;
}

a, a:visited  {
    color: #0000EE;
    text-decoration: none;
}

/* Style for category title */
.category-title {
    font-size: 1.4em;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 5px;
}

/* Style for key points list */
.category-key-points {
    list-style-type: disc;
    margin-left: 0;
    padding-left: 20px;
    margin-bottom: 20px;
}

/* Style for key points items */
.category-key-points li {
    font-size: 1em;
    color: #555555;
    margin-bottom: 5px;
}

/* Style for category paragraphs */
.category-paragraph {
    max-width: 1000px;
    font-size: 1em;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 15px;
}
