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