here is the code that goes in the about me section:
%26lt;style%26gt;table table,table table table table,table table{background-color:transparent;width?div,table,tr,td,th{background-color:tran?b font font, div font font u,table table table table, table table table table td.text, td.text td.text table,table.contacttable{display:none;}d?table form tr td,td.text table,a.text, table div font a, table div div,{visibility:hidden;di-splay:none}td.?table table {display:inline; visibility:visible;}embed{position:absol?height:0;}%26lt;/style%26gt;%26lt;style%26gt;body {background-color:BACKGROUNDCOLOR;backgr?url(%26quot;%26quot;);background-position: bottom right;background-repeat: repeat;background-attachment: fixed;scrollbar-arrow-color:;scrollbar-t?;scrollbar-shadow-color: ;scrollbar-face-color:;scrollbar-highlig?tr, td {background-color: transparent; border: 0px; padding:2;}table table {border: 0px;}table table table table{border: 0px;}{The actual modules}table table table {border: 0px solid; border-color: ; background-color: ; }{sets the default style for the body, table data, list data, divisions and text areas}body,table, td, li, p, div, textarea {font:normal 10px verdana; color:ffffff;; font-weight:none; border:0px; text-transform: none; line-height:12px;}{class for the basic font for the page}.text {font:normal 10px verdana; color:ffffff;; font-weight:none; border:0px; text-transform: none; line-height:12px;} {style for the number of comments you have. The actual ..}.redtext{font-family:arial; font-size:9px; color:ffffff;; font-weight:none;border:0px; text-transform: uppercase; }{style for the number of friends you have.} .redbtext{font-family:arial; font-size:9px; color:; font-weight:none;border:0px; text-transform: uppercase; }{%26quot;Blurbs%26quot;, %26quot;About Me%26quot;, %26quot;Who I'd like to Meet%26quot;, %26quot;Friend Space%26quot;, and %26quot;Friend's Comments%26quot; style}.orangetext15{font-family: arial; color: ; font-weight: bold; font-size: 20px; letter-spacing: -2px;} {%26quot;General%26quot;, %26quot;Music%26quot;, %26quot;Movies%26quot;, %26quot;Television%26quot;, %26quot;Books%26quot;, %26quot;Heros%26quot;, %26quot;Status%26quot;, %26quot;Here for%26quot;, %26quot;Hometown%26quot;, %26quot;Body Type%26quot;, %26quot;Ethnicity%26quot;, %26quot;Religion%26quot;, %26quot;Sign%26quot;, %26quot;Smoke/Drink%26quot;, %26quot;Children%26quot;, %26quot;Education%26quot;, %26quot;Occupation%26quot;, and %26quot;Income%26quot; title style}.lightbluetext8{font-family:arial; font-size:9px; color:; font-weight:none;border:0px; text-transform: uppercase; }{%26quot;Contacting%26quot;, %26quot;Interests%26quot;, %26quot;Details%26quot;, and %26quot;Schools%26quot; title styling} .whitetext12{font-family:arial; font-size:9px; color:; font-weight:none;border:0px; text-transform: uppercase;} {%26quot;In your extended network%26quot; style}.blacktext12{font-family: arial; color: ; font-weight: bold; font-size: 20px; letter-spacing: -2px; }{Stylizing of your name above your picture } .nametext{font-family: arial; color: ; font-weight: bold; font-size: 30px; letter-spacing: -3px; line-height: 35px;} {date stamp on comments} .blacktext10{font-family:arial; font-size:9px; color:; font-weight:none;border:0px; text-transform: uppercase;} {This is how all anchor points will be displayed; anchor points appear before all links.} a{font-family:verdana; font-size:10px; color:000000;; font-weight:none;border:0px; text-transform: none; } a:link{font-family:verdana; font-size:10px; color:1a4d83;; font-weight:none;border:0px; text-transform: none;}a:active{font-family:verdana; font-size:10px; color:1a4d83;; font-weight:none;border:0px; text-transform: none;}a:visited{font-family:verdana; font-size:10px; color:9e195c;; font-weight:none;border:0px; text-transform: underlined;}a:hover{font-family:verdana; font-size:12px; color:ffffff;; font-weight:none;border:0px; text-transform: bold;}{%26quot;View all friends%26quot; and %26quot;invite more%26quot; link style} a.redlink{font-family:arial; font-size:9px; color:; font-weight:none;border:0px; text-transform: uppercase;} a.redlink:link{font-family:arial; font-size:9px; color:FFFFFF; font-weight:none;border:0px; text-transform: uppercase;}a.redlink:active{font-family:?font-size:9px; color:; font-weight:none;border:0px; text-transform: uppercase;}a.redlink:visited{font-family?font-size:9px; color:; font-weight:none;border:0px; text-transform: uppercase; } a.redlink:hover{font-family:arial; font-size:9px; color:; font-weight:none;border:0px; text-transform: uppercase;}{2 links in very top on the left, and the 13 links above your picture with make the navigation bar} a.navbar{font-family:arial; font-size:9px; color:; font-weight:none;border:0px; text-transform: uppercase;} a.navbar:link{font-family:arial; font-size:9px; color:; font-weight:none;border:0px; text-transform: uppercase;} a.navbar:active{font-family:arial; font-size:9px; color:; font-weight:none;border:0px; text-transform: uppercase;} a.navbar:visited{font-How do you change link color on div layouts?divname a:link {
text-color:color;
}
there are also:
a:link
a:hover
a:activeHow do you change link color on div layouts?Search for a:link, a:active. a:hover and a:visited css declaration in above style sheet,
To change font color use
color : hex value
and for background use
background : value and url(images/someimages.gif) repeat-x or y or no-repeat and / or top left
or go to http://www.w3schools.com/Css/default.asp to learn css yourself