```html
body {
fontfamily: Arial, sansserif;
lineheight: 1.6;
margin: 0;
padding: 20px;
}

h1 {
color: 333;
textalign: center;
}
p {
color: 666;
}
a {
color: 007bff; /* 修改超链接字体颜色 */
textdecoration: none;
}
a:hover {
textdecoration: underline;
}
超链接字体颜色
超链接是网页中常见的元素,它们用于导航到其他页面或资源。通过CSS,我们可以自定义超链接的外观,包括字体颜色。
在下面的示例中,我们将超链接的字体颜色修改为蓝色:
请点击这里查看更多信息。