```css
color: #007bff;
text-decoration: none;
font-size: 16px;
padding: 10px;
border-radius: 5px;
background-color: #f4f4f4;
a:hover {
color: #ff4747;
text-decoration: underline;
```css
color: #007bff;
text-decoration: none;
font-size: 16px;
padding: 10px;
border-radius: 5px;
background-color: #f4f4f4;
a:hover {
color: #ff4747;
text-decoration: underline;
```css
color: #007bff;
text-decoration: none;
font-size: 16px;
padding: 10px;
border-radius: 5px;
background-color: #f4f4f4;
cursor: pointer;
a:hover {
color: #ff4747;
text-decoration: underline;
```css
color: #007bff;
text-decoration: none;
font-size: 16px;
padding: 10px;
border-radius: 5px;
background-color: #f4f4f4;
cursor: pointer;
a:hover {
color: #ff4747;
text-decoration: underline;
a:hover ~ a {
font-size: 14px;
```css
color: #007bff;
text-decoration: none;
font-size: 16px;
padding: 10px;
border-radius: 5px;
background-color: #f4f4f4;
cursor: pointer;
a:hover {
color: #ff4747;
text-decoration: underline;
a:hover ~ a {
color: #004688;
```css
color: #007bff;
text-decoration: none;
font-size: 16px;
padding: 10px;
border-radius: 5px;
background-color: #f4f4f4;
cursor: pointer;
a:hover {
color: #ff4747;
text-decoration: underline;
a[href]:hover + a {
color: #004688;