This line will change the main body text:
body, td, li, p, div, textarea, li, h1, h2, p, br {color:color_code;}
These next lines will change the headings, and other colored text
.btext {color:color_code;} ("your name Latest Blog Entry")
.blacktext10 {color:color_code;}time and date in the Comments
.blacktext12 {color:color_code;} "Extended Network"
.lightbluetext8 {color:color_code;} ( General, Heros, etc)
.nametext {color:color_code;} name ABOVE your profile picture
.orangetext15 {color:color_code;} ("About Me", "Who I'd Like to Meet")
.redbtext {color:color_code;} (XX has "XX" Friends)
.text {color:color_code;} (Name, Location, Age, etc.)
.whitetext12 {color:color_code;} ("Contacting XX", "XX's Interests" etc)
This will change the colors of the links
a:link {color:color_code;} This is the color of links
a:hover {color:color_code;} Color of link with mouse over.
a:active {color:color_code;} Color of active link.
a:visited {color:color_code;} Color of visited link.
This will change the border color of picture links
a:link img {border:1px solid color_code;} Color of image link border
a:hover img {border:1px solid color_code;} Color of link with mouse over
a:visited img {border:1px solid color_code;} Color of visited link |