body { 
color : black;
background-color : white;
font-family : Arial;
font-size : 22px;
} 
A:link { 
color : #0000ff;
text-decoration : underline;
} 
A:visited { 
color : #0000ff;
text-decoration : underline;
} 
A:active { 
color : #0000ff;
text-decoration : underline;
} 
A:hover { 
color : #ff0000;
text-decoration : underline;
}
