Myspace Fonts

I wanted a uniform font. The default fonts are all over the place in terms of size, color, style, etc. I'm not an all-over-the-place person, why would my page be? I decided to go with Georgia, a serif font well-supported by browsers. So I went and put everything in 9px Georgia italics.

Here's the style I use:

font,a,li,p,div,textarea,h1,h2,p,br,table,tr,td, body,.whitetext12,.blacktext10,
.standard b,p b,B,strong,a,a:link,a:active,
a:visited,a:hover,a.redlink,a.redlink:link,
a.redlink:active,a.redlink:visited,a.redlink:hover,
a.navbar,a.navbar:link,a.navbar:active,a.navbar:visited,
a.navbar:hover,a:link,a.man,a:active,a:visited,a:hover,
.standard b,p b,B,strong,.redbtext,.text,
.lightbluetext8,.redtext{text-transform:none;line-height:14px;border:0;
font-weight:normal;font-style:italic;font-size:9px;color:gray;font-family:georgia;}
</style>

<style>
.nametext{font-style:normal;
text-transform:none;line-height:62px;border:0;
font-weight:normal;font-size:52px;color:gray;font-family:georgia;}
</style>

I define .nametext on its own to show you how to make your display name bigger, like if you look on my page I have a big jet airplane in my display name. You probably also want to hide your .orangetext15, like this:

<style>
.orangetext15{display:none;}
</style>