body {
background: url(layness_4x3.gif);
background-attachment: fixed;
text-align: center;
font-family: Andy;
font-size: 18 px;
color:#000000;
padding: 10px;
scrollbar-face-color : #916140; 
scrollbar-highlight-color : #D2C3AA;
scrollbar-3dlight-color : #C4AE8C;
scrollbar-shadow-color : #7D665A;
scrollbar-darkshadow-color : #654B3C;
scrollbar-track-color : #5E4B3D;
scrollbar-arrow-color : #B59C75;
} 

a { 
color:#XXXXXX;
text-decoration:none; (none, underline, line-through, overline)
} 

a:visited {
text-decoration: none; (none, underline, line-through, overline)
color:#000000;
} 

a:active {
text-decoration: none; (none, underline, line-through, overline)
color:#000000;
} 

a:hover {
color: #XXXXXX;
text-decoration:none; (none, underline, line-through, overline)
}