body { 
color : black;
background-color : white;
font-family : Arial;
font-size : 12px;
}

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;
}
