a:link, a:active {
color: green;
}
a:hover, a:focus {
color: fuchsia
}
main p:first-child {
font-weight: blod;
}
main p:first-child::first-letter {
font-size: 150%
}