body { 
background-color : white;
font-family : Arial;
font-size : 18px;
} 
A:link { 
color : #000000;
text-decoration : underline;
} 
A:visited { 
color : #000000;
text-decoration : underline;
} 
A:active { 
color : #ff8000;
text-decoration : underline;
} 
A:hover { 
color : #ff8000;
text-decoration : underline;
}
