BODY {
background-color: F68ABB;
color: 000000;

background-image: url(1x1.jpg); 
background-attachment: fixed; 
background-position: top left; 
background-repeat: repeat;

margin-top: 100; 
margin-right: 5; 
margin-left: 5; 
margin-bottom: 5;

scrollbar-base-color: F68ABB; 
scrollbar-arrow-color: B94F7F; 

font-family: verdana; 
font-size: 7pt;

cursor: default;
}

A { text-decoration: none; color: B94F7F; cursor: hand }
A:visited { text-decoration: none; color: B94F7F; cursor: hand }
A:active { color: E97DAE; cursor: hand }
A:hover { color: A33769; cursor: hand }

.name { font-size: 7pt; letter-spacing: 1.5px }
.result { font-size: 10pt; letter-spacing: 2.0px }
.xxx { color: D66899 }