body {
    font-family: Arial, 'Microsoft YaHei', sans-serif;
    margin: 40px;
    background-color: #f9f9f9;
}
a {
    color: #007bff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
