body
{
background: #000000
}
Changes BG color of the whole page.
.section h2
{
color: #FFF;
}
Changes the color of the fonts of the section headers for the panels on the left.
#extendedProfileBody #header h1
{
background: url('image URL')
}
Changes the header image.
#profile
{
background: #000 url(image URL)
}
Puts a background behind your avatar.
#profile h2
{
background: url(image URL) top left no-repeat;
text-indent: 150px;
}
Changes the header image for the top section on the left.
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0080FF; letter-spacing: -1px;}
a.copyright { color: #0080FF; text-decoration: none;}
a.copyright:hover { color: #FFFFFF; text-decoration: underline;}
.corporate { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0080FF;}
a.corporate { color: #0080FF; text-decoration: none;}
a.corporate:visited {color: #0080FF;}
a.corporate:hover { color: #FFFFFF; text-decoration: underline;}
.news{ font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0080FF;}
a.news { color: #0080FF; text-decoration: none;}
a.news:visited {color: #0080FF;}
a.news:hover { color: #FFFFFF; text-decoration: underline;}
Changes colors of links at the bottom of the page (so you can see them with a dark background).