A:link
{ text-decoration: underline; color:#000000; }
A:visited
{ text-decoration: underline; color:#000000; }
A:active
{ text-decoration: underline overline; color:#CC9966; }
A:hover
{ text-decoration: line-through; color:#E0C1A6; cursor: hand;

background-image: none;
background-color: #F2E3C2;

(Warning: the following cursor attribute is for those who use IE only!)

cursor: default; }

h1 {font-family: Verdana; 
color: #CC9966;
font-weight: bold
font-size: 10px } 

p {font-family: verdana; 
color: #000000; } 

body 
{ background: #F2E3C2; 
background-image: none; 
background-repeat: repeat; 
background-attachment: scroll;

body, td {font-family: verdana;
font-size: 10px; 
color: #000000; 
cursor: default;

scrollbar-face-color : #F2E3C2; 
scrollbar-highlight-color : #F7EDD9; 
scrollbar-3dlight-color : #ffffff; 
scrollbar-shadow-color : #E8D4AE; 
scrollbar-darkshadow-color : #DAC192;
scrollbar-track-color : #F2E3C2; 
scrollbar-arrow-color : #CC9966; 

}


