here it is:
[quote]/*----Tracker CSS Modified By Shirow Masamune and Shakiro214 of friendstertalk-----*/
body {
border:none;
font:10px verdana;
background: transparent;
color: #990099;
overflow-y: hidden;
overflow: hidden;
margin: 0px;
padding: 0px;
scrollbar-face-color:#ff9900;
scrollbar-highlight-color:#ff9900;
scrollbar-3dlight-color:#ff0000;
scrollbar-shadow-color:#ff9900;
scrollbar-darkshadow-color:#ff9900;
scrollbar-track-color:#000000;
scrollbar-arrow-color:#000000;
cursor: url("http://www.myspacecursor.net/emoticon/7.ani"), url("http://www.myspacecursor.net/colorcursor/9.ani"), pointer;
}
a:link, a:visited, a:active { text-decoration: none; color: #9933cc; font-weight: bold}
a:hover { text-decoration: underline; color: #ff33ff; font-weight: bold}
a.action:link, a.action:visited, a.action:active, a.action:hover { color: #ff33ff; }
.pageselected:link,.pageselected:visited,.pageselected:active {color: #9933cc; text-decoration: underline;}
/* content */
.content {
margin-left: 3px;
display: inline-block;
float: left;
}
/*img*/
.imgblock {
display: inline-block;
float: left;
background-color: transparent;
overflow: hidden;
height:90px;
width:80px;
text-align: center;
margin-right: 2px;
margin-left: 5px;
border: 1px solid #cc00cc;
}
a img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
a:hover img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
.imgblock img {
height:90px;
width:80px;
}
/*row*/
.stxt1 {
margin-bottom: 4px;
margin-top: 4px;
width: 100%;
background: transparent;
}
.stxt2 {
margin-bottom: 4px;
margin-top: 4px;
width: 100%;
background: transparent;
}
/* misc */
#online {
font-weight: bold;
color: magenta;}
#records {font-size: 11px;}
#namef {font-size: 11px;}
.strong {
font-weight: bold;
font-size: 11px;}
a, a:hover { cursor:url("URLOFYOURCURSOR"), url("http://www.myspacecursor.net/colorcursor/9.ani"), pointer;}[/quote]