/* michael's friendster profile editor v4.1 */
/* http://www.editfriendster.com */
/* PAGE BACKGROUND */
body {
background-image: url(http://images.friendster.com/images/homebg.gif);
background-repeat: repeat-x;
background-color: #ffffff;
cursor: ;
}
/* GLOBAL FONTS */
.usercontent {
font-family: Comic Sans MS, Geneva, Helvetica, sans-serif;
color: #66ff66;
text-transform: capitalize;
}
/* GLOBAL LINKS */
.usercontent a, .usercontent a:link, .usercontent a:visited, .usercontent a:hover, .usercontent a:active {
text-decoration: line-through;
color: #3399ff;
}
.usercontent a:hover {
text-decoration: line-through;
color: #3399ff;
}
/* MASTER BOXES */
.commonbox {
border-width: 3px;
border-color: #ff00ff;
border-style: inset;
background-color: #ff00cc;
}
.commonbox .evenrow {
background-color: transparent;
}
/* CONTROL PANEL: BOX */
.controlpanel {
background-color: transparent;
}
/* CONTROL PANEL: DATA */
.data a {
text-decoration: ;
}
/* CONTROL PANEL: MORE ABOUT ME LINK */
a.more {
text-decoration: ;
}
/* CONTROL PANEL: BUTTONS */
#controlPanelButtons a, #controlPanelButtons a:link, #controlPanelButtons a:visited {
font-family: Arial, Sans-serif;
text-decoration: ;
}
#controlPanelButtons a:hover {
font-family: Arial, Sans-serif;
text-decoration: ;
}