Kusanagi AD
Cool got one now! It is awesome but if anyone could lemme know how to change the color of the title font that would be super...Feel free to check it out everyone, i'll be back tomorrow!
Since I mentioned how to change logo and navbar above, I assume you mean the text of your profile (I assume that since it's black and can't be seen the way it is now). Here it is if that's what you mean:
#about
{
font-family: sylfaen;
font-size:8pt;
color: #00CCFF
}
That's just for one section, excluding the headers. I assume that if you wanted to change it all at once to the exact same thing, you could just use #content instead of #about. If you wanted to make the headers different though, as best as I know, you'd have to do each section separately (#about, #friends, etc), and then go to the headers (#about h2, #friends h2, etc).
If you mean something else, let me know. And nice work with the profile, keep it up!